diff options
| -rw-r--r-- | lib/readline/histlib.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/readline/histlib.h b/lib/readline/histlib.h index c938a10..eb2952d 100644 --- a/lib/readline/histlib.h +++ b/lib/readline/histlib.h @@ -52,7 +52,7 @@ #ifndef member # ifndef strchr -extern char *strchr (); +extern char *strchr () __overloadable; # endif #define member(c, s) ((c) ? ((char *)strchr ((s), (c)) != (char *)NULL) : 0) #endif |
