]> git.saurik.com Git - bison.git/blobdiff - src/muscle_tab.h
Give a try to M4 as a back end.
[bison.git] / src / muscle_tab.h
index da35bbd6d9b660df84202127365454a14ff712ba..80f09f1986f28096dee52aa5f052bf8da9305e2c 100644 (file)
@@ -1,5 +1,5 @@
 /* Definitions for macrotab.c and callers, part of bison,
-   Copyright 2001 Free Software Foundation, Inc.
+   Copyright (C) 2001, 2002 Free Software Foundation, Inc.
 
    This file is part of Bison, the GNU Compiler Compiler.
 
@@ -55,4 +55,7 @@ const char *muscle_find PARAMS ((const char *key));
   muscle_insert (Key, obstack_finish (&muscle_obstack));               \
 }
 
+
+void muscles_m4_output PARAMS ((FILE *out));
+
 #endif /* not MUSCLE_TAB_H_ */