bison-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

08-fix-muscle_m4_output.patch


From: Akim Demaille
Subject: 08-fix-muscle_m4_output.patch
Date: Mon, 06 May 2002 10:22:36 +0200

Index: ChangeLog
from  Akim Demaille  <address@hidden>
        * src/muscle_tab.c (muscle_m4_output): Must return TRUE for
        hash_do_for_each.
        
        
Index: src/muscle_tab.c
--- src/muscle_tab.c Mon, 04 Feb 2002 23:18:59 +0100 akim
+++ src/muscle_tab.c Sun, 05 May 2002 15:51:47 +0200 akim
@@ -97,11 +97,12 @@
 /* Output the definition of all the current muscles into a list of
    m4_defines.  */
 
-static void
+static int
 muscle_m4_output (muscle_entry_t *entry, FILE *out)
 {
   fprintf (out, "m4_define([b4_%s],\n", entry->key);
   fprintf (out, "          [[%s]])\n\n\n", entry->value);
+  return 1;
 }
 
 



reply via email to

[Prev in Thread] Current Thread [Next in Thread]