]> git.ipfire.org Git - thirdparty/gcc.git/blobdiff - libiberty/memmove.c
choose-temp.c: Don't check IN_GCC anymore.
[thirdparty/gcc.git] / libiberty / memmove.c
index 818fc2496622ed10269aa24d92ae2c6c792a57a5..176c326ef2b1cc7db9f0e963bdb66380fb4da40d 100644 (file)
@@ -10,7 +10,7 @@
 PTR
 memmove (s1, s2, n)
      PTR s1;
-     CONST PTR s2;
+     const PTR s2;
      size_t n;
 {
   bcopy (s2, s1, n);