Don't abort for invalid input, print an error message instead.
[deliverable/binutils-gdb.git] / readline / readline.h
index 97c62fd153490f0e5ce791029ef7c0a6697a1723..fc28d6ececc39cc1612e960d0515006447dc9d87 100644 (file)
@@ -623,9 +623,11 @@ extern int rl_inhibit_completion;
 #define SINGLE_MATCH    1
 #define MULT_MATCH      2
 
+#if 0
 #if !defined (savestring)
 extern char *savestring __P((char *)); /* XXX backwards compatibility */
 #endif
+#endif
 
 #ifdef __cplusplus
 }
This page took 0.023076 seconds and 4 git commands to generate.