freebsd-ports/lang/compaq-cc/files/include/stdio.h
David E. O'Brien 890dcd5e3d Update to 6.4.9.005.1.
This is hairy as Compaq is now putting out dynamic binary rather than static
ones.  This makes my job harder with faking out this Linux compiler.

Submitted by:	gallatin
2001-08-20 22:10:50 +00:00

31 lines
1.5 KiB
C

/*
* *****************************************************************
* * *
* * Copyright (c) Compaq Computer Corporation, 1999, 2000 *
* * *
* * All Rights Reserved. Unpublished rights reserved under *
* * the copyright laws of the United States. *
* * *
* * The software contained on this media is proprietary to *
* * and embodies the confidential technology of Compaq *
* * Computer Corporation. Possession, use, duplication or *
* * dissemination of the software and media is authorized only *
* * pursuant to a valid written license from Compaq Computer *
* * Corporation. *
* * *
* * RESTRICTED RIGHTS LEGEND Use, duplication, or disclosure *
* * by the U.S. Government is subject to restrictions as set *
* * forth in Subparagraph (c)(1)(ii) of DFARS 252.227-7013, *
* * or in FAR 52.227-19, as applicable. *
* * *
* *****************************************************************
*/
#define __attribute__(x)
#include_next <stdio.h>
#undef __attribute__
#undef NULL
#ifdef __cplusplus
#define NULL 0
#else
#define NULL 0L
#endif