* configure.tgt: Add tx49 configury based on 4300.
[deliverable/binutils-gdb.git] / readline / chardefs.h
index 43d8539c79c4ce9b0ee516b1b91c79aa10c44410..06dbd9f477fd3ba3b1e61f35d50bd85ef0cbc3dc 100644 (file)
@@ -4,18 +4,9 @@
 
 #include <ctype.h>
 
-#if defined (HAVE_STRING_H)
-#  include <string.h>
-#else
-#  include <strings.h>
-#endif /* HAVE_STRING_H */
-
 #ifndef savestring
-extern char *xmalloc ();
-#  ifndef strcpy
-extern char *strcpy ();
-#  endif
-#define savestring(x) strcpy (xmalloc (1 + strlen (x)), (x))
+#define savestring(X) _rl_savestring(X)
+extern char * _rl_savestring ();
 #endif
 
 #ifndef whitespace
This page took 0.023178 seconds and 4 git commands to generate.