comparison src/s/sunos4-0.h @ 2:ac2d302a0011 r19-15b2

Import from CVS: tag r19-15b2
author cvs
date Mon, 13 Aug 2007 08:46:35 +0200
parents 376386a54a3c
children 43dd3413c7c7
comparison
equal deleted inserted replaced
1:c0c6a60d29db 2:ac2d302a0011
92 92
93 #endif /* __STDC__ */ 93 #endif /* __STDC__ */
94 94
95 # ifdef __GNUC__ 95 # ifdef __GNUC__
96 /* XEmacs addition: */ 96 /* XEmacs addition: */
97 /* gcc has the bug that it claims to conform the the ANSI C standard 97 /* gcc has the bug that it claims to conform to the ANSI C standard
98 (which is what setting __STDC__ to 1 means) but does not necessarily 98 (which is what setting __STDC__ to 1 means) but does not necessarily
99 provide all of the library routines which the standard requires of a 99 provide all of the library routines which the standard requires of a
100 conforming compiler -- such as memmove. The other Sun ANSI compilers 100 conforming compiler -- such as memmove. The other Sun ANSI compilers
101 (Sun's acc and Lucid's lcc) do not have this bug. */ 101 (Sun's acc and Lucid's lcc) do not have this bug. */
102 # define memmove(to, from, size) bcopy ((char *) (from), (char *) (to), (size)) 102 # define memmove(to, from, size) bcopy ((char *) (from), (char *) (to), (size))