From 693e4d84eb49b987c3d66cbcd4b13a5c6e9059bf Mon Sep 17 00:00:00 2001 From: Alexander Pyhalov Date: Fri, 14 Jun 2013 10:16:47 +0400 Subject: 3787 gcc4.7 __cplusplus change incompatibility 3823 wchar.h and wctype_iso.h incompatibility Reviewed by: Albert Lee Approved by: Dan McDonald --- usr/src/head/iso/stdio_iso.h | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'usr/src/head/iso/stdio_iso.h') diff --git a/usr/src/head/iso/stdio_iso.h b/usr/src/head/iso/stdio_iso.h index e2272c51df..f974ad5b08 100644 --- a/usr/src/head/iso/stdio_iso.h +++ b/usr/src/head/iso/stdio_iso.h @@ -46,8 +46,6 @@ #ifndef _ISO_STDIO_ISO_H #define _ISO_STDIO_ISO_H -#pragma ident "%Z%%M% %I% %E% SMI" - #include #include #include @@ -331,7 +329,7 @@ extern int _flsbuf(); #if !defined(__lint) -#if !defined(_REENTRANT) && !defined(_LP64) && !defined(_STRICT_STDC) +#if !defined(_REENTRANT) && !defined(_LP64) #ifdef __STDC__ #if __cplusplus >= 199711L @@ -353,7 +351,7 @@ inline int putc(int _x, FILE *_p) { (int)(*(p)->_ptr++ = (unsigned char) (x))) #endif /* __STDC__ */ -#endif /* !defined(_REENTRANT) && !defined(_LP64) && !defined(_STRICT_STDC) */ +#endif /* !defined(_REENTRANT) && !defined(_LP64) */ #ifndef _REENTRANT -- cgit v1.2.3