comparison fixincludes/tests/base/stdio.h @ 55:77e2b8dfacca gcc-4.4.5

update it from 4.4.3 to 4.5.0
author ryoma <e075725@ie.u-ryukyu.ac.jp>
date Fri, 12 Feb 2010 23:39:51 +0900
parents a06113de4d67
children 04ced10e8804
comparison
equal deleted inserted replaced
52:c156f1bd5cd9 55:77e2b8dfacca
52 #if defined( IRIX_STDIO_DUMMY_VA_LIST_CHECK ) 52 #if defined( IRIX_STDIO_DUMMY_VA_LIST_CHECK )
53 extern int printf( const char *, __gnuc_va_list ); 53 extern int printf( const char *, __gnuc_va_list );
54 #endif /* IRIX_STDIO_DUMMY_VA_LIST_CHECK */ 54 #endif /* IRIX_STDIO_DUMMY_VA_LIST_CHECK */
55 55
56 56
57 #if defined( ISC_OMITS_WITH_STDC_CHECK )
58 #if !defined(_POSIX_SOURCE) /* ? ! */
59 int foo;
60 #endif
61 #endif /* ISC_OMITS_WITH_STDC_CHECK */
62
63
64 #if defined( READ_RET_TYPE_CHECK ) 57 #if defined( READ_RET_TYPE_CHECK )
65 extern unsigned int fread(), fwrite(); 58 extern unsigned int fread(), fwrite();
66 extern int fclose(), fflush(), foo(); 59 extern int fclose(), fflush(), foo();
67 #endif /* READ_RET_TYPE_CHECK */ 60 #endif /* READ_RET_TYPE_CHECK */
68 61