]> sourceware.org Git - automake.git/commitdiff
doc fix for yacc renaming hack
authorTom Tromey <tromey@redhat.com>
Wed, 24 Jun 1998 03:36:25 +0000 (03:36 +0000)
committerTom Tromey <tromey@redhat.com>
Wed, 24 Jun 1998 03:36:25 +0000 (03:36 +0000)
automake.texi

index 5c37b4ffa55bce68c8ff2086ccaa951add8e473b..2b68fef81a60969d6a2c17a4b674740c6701eb12 100644 (file)
@@ -1638,6 +1638,8 @@ We recommend using the following renaming hack used in @code{gdb}:
 #define yygindex c_yygindex
 #define yytable         c_yytable
 #define yycheck         c_yycheck
+#define yyname   c_yyname
+#define yyrule   c_yyrule
 @end example
 
 For each define, replace the @samp{c_} prefix with whatever you like.
This page took 0.03257 seconds and 5 git commands to generate.