OSDN Git Service

new tests results from changes
authorkorbb <korbb@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 11 Jul 2000 22:29:52 +0000 (22:29 +0000)
committerkorbb <korbb@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 11 Jul 2000 22:29:52 +0000 (22:29 +0000)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@34971 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/fixinc/tests/base/sys/types.h
gcc/fixinc/tests/base/testing.h

index 9493ce0..fba880a 100644 (file)
@@ -1,11 +1,5 @@
 
 
-#if defined( IRIX_MULTILINE_CMNT_CHECK )
-/* we check the type of the result */
-// /* of the sizeof something.  This is a bad test :-( */
-#endif  /* IRIX_MULTILINE_CMNT_CHECK */
-
-
 #if defined( SYSTYPES_STDLIB_SIZE_T_CHECK )
 #ifndef __SIZE_TYPE__
 #define __SIZE_TYPE__ long unsigned int
index c979414..29be91c 100644 (file)
@@ -23,11 +23,9 @@ BSD43__IOWR('T', 1) /* Some are multi-line */
 
 
 #if defined( LIBC1_IFDEFD_MEMX_CHECK )
-#if defined(__STDC__) && __GNUC__ < 2 || defined(__cplusplus)
 /* Copy N bytes of SRC to DEST.  */
 extern __ptr_t memcpy __P ((__ptr_t __dest, __const __ptr_t __src,
                          size_t __n));
-#endif
 #endif  /* LIBC1_IFDEFD_MEMX_CHECK */