Remove all traces of reg_char.
[jlayton/glibc.git] / debug / strcpy_chk.c
index e867754d4add2f2d76aa0d0be475cb3fbcb068aa..ee22b11cd33afdded83841b6ca46da5a5ba8f176 100644 (file)
@@ -28,7 +28,7 @@ __strcpy_chk (dest, src, destlen)
      const char *src;
      size_t destlen;
 {
-  reg_char c;
+  char c;
   char *s = (char *) src;
   const ptrdiff_t off = dest - s;