Merge from gcc: use "cannot" instead of "can not" in libiberty and include.
[deliverable/binutils-gdb.git] / libiberty / memcpy.c
index 8a97b85b06a517c3338338d602a132c6e6930dfb..7f67d0bd1f26c8ef5e89bfdf7ea71d25cfb40c4c 100644 (file)
@@ -3,7 +3,8 @@
 
 /*
 
-@deftypefn Supplemental void* memcpy (void *@var{out}, const void *@var{in}, size_t @var{length})
+@deftypefn Supplemental void* memcpy (void *@var{out}, const void *@var{in}, @
+  size_t @var{length})
 
 Copies @var{length} bytes from memory region @var{in} to region
 @var{out}.  Returns a pointer to @var{out}.
@@ -13,11 +14,7 @@ Copies @var{length} bytes from memory region @var{in} to region
 */
 
 #include <ansidecl.h>
-#ifdef ANSI_PROTOTYPES
 #include <stddef.h>
-#else
-#define size_t unsigned long
-#endif
 
 void bcopy (const void*, void*, size_t);
 
This page took 0.023816 seconds and 4 git commands to generate.