/app/gcc-3.3.2/lib/gcc-lib/sparc-sun-solaris2.8/3.3.2/include/stdio_tag.h


    1 /*  DO NOT EDIT THIS FILE.
    2 
    3     It has been auto-edited by fixincludes from:
    4 
    5 	"/usr/include/stdio_tag.h"
    6 
    7     This had to be done to correct non-standard usages in the
    8     original, manufacturer supplied header file.  */
    9 
   10 /*
   11  * Copyright (c) 1998 by Sun Microsystems, Inc.
   12  * All rights reserved.
   13  */
   14 
   15 #ifndef _STDIO_TAG_H
   16 #define	_STDIO_TAG_H
   17 
   18 #pragma ident	"@(#)stdio_tag.h	1.3	98/04/20 SMI"
   19 
   20 #ifdef	__cplusplus
   21 extern "C" {
   22 #endif
   23 
   24 #ifndef	__FILE_TAG
   25 #if	0
   26 #define	__FILE_TAG	FILE
   27 #else
   28 #define	__FILE_TAG	__FILE
   29 #endif
   30 typedef struct __FILE_TAG __FILE;
   31 #endif
   32 
   33 #ifdef	__cplusplus
   34 }
   35 #endif
   36 
   37 #endif	/* _STDIO_TAG_H */