* target.h: Add enum target_waitkind, enum target_signal, and
[deliverable/binutils-gdb.git] / gdb / m2-exp.y
index 518f11a5f8257fec38431f810a753b378d4907ca..e566c67d290cd8b7ebef999ed2084c690e498e9f 100644 (file)
@@ -1153,7 +1153,7 @@ void
 yyerror(msg)
      char *msg;        /* unused */
 {
-   printf("Parsing:  %s\n",lexptr);
+   printf_unfiltered("Parsing:  %s\n",lexptr);
    if (yychar < 256)
      error("Invalid syntax in expression near character '%c'.",yychar);
    else
This page took 0.024353 seconds and 4 git commands to generate.