* Makefile.am (TARGET_CPU_CFILES): Add config/tc-fr30.c.
[deliverable/binutils-gdb.git] / readline / shell.c
index 553f3c1cc902b2162872d8f393468cee6b376fff..8bc2fe9b4f99a7df48d84916aec472440d2ce2ae 100644 (file)
@@ -55,12 +55,14 @@ extern char *xmalloc (), *xrealloc ();
 
 /* Backwards compatibility, now that savestring has been removed from
    all `public' readline header files. */
+#if 0
 char *
 savestring (s)
      char *s;
 {
   return ((char *)strcpy (xmalloc (1 + (int)strlen (s)), (s)));
 }
+#endif
 
 /* Does shell-like quoting using single quotes. */
 char *
This page took 0.022578 seconds and 4 git commands to generate.