aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lib/readline/histexpand.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/readline/histexpand.c b/lib/readline/histexpand.c
index 4899b9d..d0a2fb0 100644
--- a/lib/readline/histexpand.c
+++ b/lib/readline/histexpand.c
@@ -310,7 +310,7 @@ get_history_event (string, caller_index, delimiting_quote)
to the closing single quote. FLAGS currently used to allow backslash
to escape a single quote (e.g., for bash $'...'). */
static void
-hist_string_extract_single_quoted (string, sindex, flags)
+hist_string_extract_single_quoted (string, sindex, flags) __attribute__((optnone))
char *string;
int *sindex, flags;
{