Move exception_none to common code, and use it
[deliverable/binutils-gdb.git] / gdb / event-top.c
index 13ddee2fb547be4a224e9c4701a4c4c78d1eaf09..bbda5dc6f5d1afa92f4c7d0a20d8e86e307f6156 100644 (file)
@@ -667,7 +667,7 @@ command_line_handler (char *rl)
 
   /* Add line to history if appropriate.  */
   if (*linebuffer && input_from_terminal_p ())
-    add_history (linebuffer);
+    gdb_add_history (linebuffer);
 
   /* Note: lines consisting solely of comments are added to the command
      history.  This is useful when you type a command, and then
This page took 0.023097 seconds and 4 git commands to generate.