bison-patches
[Top][All Lists]
Advanced

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

[FYI] skeleton-c++-comments.patch


From: Robert Anisko
Subject: [FYI] skeleton-c++-comments.patch
Date: Wed, 6 Feb 2002 16:26:17 +0100 (CET)

Index: ChangeLog
===================================================================
RCS file: /cvsroot/bison/bison/ChangeLog,v
retrieving revision 1.536
diff -u -r1.536 ChangeLog
--- ChangeLog   6 Feb 2002 14:22:44 -0000       1.536
+++ ChangeLog   6 Feb 2002 15:14:01 -0000
@@ -1,5 +1,9 @@
 2002-02-06  Robert Anisko  <address@hidden>
 
+       * data/bison.c++: Fix m4 quoting in comments.
+
+2002-02-06  Robert Anisko  <address@hidden>
+
        * data/bison.c++: Adjust the parser code.  Fix some muscles that were
        not expanded by m4.
 
Index: data/bison.c++
===================================================================
RCS file: /cvsroot/bison/bison/data/bison.c++,v
retrieving revision 1.3
diff -u -r1.3 bison.c++
--- data/bison.c++      6 Feb 2002 14:22:44 -0000       1.3
+++ data/bison.c++      6 Feb 2002 15:14:01 -0000
@@ -341,7 +341,7 @@
   return 0;
 }
 
-/* YYPACT[STATE-NUM] -- Index in YYTABLE of the portion describing
+/* YYPACT[[STATE-NUM]] -- Index in YYTABLE of the portion describing
    STATE-NUM.  */
 const short 
 yy::b4_name::pact_[[]] =
@@ -349,7 +349,7 @@
   b4_pact
 };
 
-/* YYDEFACT[S] -- default rule to reduce with in state S when YYTABLE
+/* YYDEFACT[[S]] -- default rule to reduce with in state S when YYTABLE
    doesn't specify something else to do.  Zero means the default is an
    error.  */
 const short 
@@ -358,21 +358,21 @@
   b4_defact
 };
 
-/* YYPGOTO[NTERM-NUM].  */
+/* YYPGOTO[[NTERM-NUM]].  */
 const short 
 yy::b4_name::pgoto_[[]] =
 {
   b4_pgoto
 };
 
-/* YYDEFGOTO[NTERM-NUM].  */
+/* YYDEFGOTO[[NTERM-NUM]].  */
 const short 
 yy::b4_name::defgoto_[[]] =
 {
   b4_defgoto
 };
 
-/* YYTABLE[YYPACT[STATE-NUM]].  What to do in state STATE-NUM.  If
+/* YYTABLE[[YYPACT[STATE-NUM]]].  What to do in state STATE-NUM.  If
    positive, shift that token.  If negative, reduce the rule which
    number is the opposite.  If zero, do what YYDEFACT says.  */
 const short 
@@ -388,28 +388,28 @@
   b4_check
 };
 
-/* YYRLINE[YYN] -- source line where rule number YYN was defined.  */
+/* YYRLINE[[YYN]] -- source line where rule number YYN was defined.  */
 const short
 yy::b4_name::rline_[[]] =
 {
   b4_rline
 };
 
-/*YYR1[YYN] -- Symbol number of symbol that rule YYN derives.  */
+/* YYR1[[YYN]] -- Symbol number of symbol that rule YYN derives.  */
 const short 
 yy::b4_name::r1_[[]] =
 {
   b4_r1
 };
 
-/* YYR2[YYN] -- Number of symbols composing right hand side of rule YYN.  */
+/* YYR2[[YYN]] -- Number of symbols composing right hand side of rule YYN.  */
 const short 
 yy::b4_name::r2_[[]] =
 {
   b4_r2
 };
 
-/* YYTNAME[SYMBOL-NUM] -- String name of the symbol SYMBOL-NUM.
+/* YYTNAME[[SYMBOL-NUM]] -- String name of the symbol SYMBOL-NUM.
    First, the terminals, then, starting at YYNTOKENS, nonterminals. */
 const char*
 const yy::b4_name::name_[[]] =
@@ -424,7 +424,7 @@
   b4_rhs
 };
 
-/* YYPRHS[YYN] -- Index of the first RHS symbol of rule number YYN in
+/* YYPRHS[[YYN]] -- Index of the first RHS symbol of rule number YYN in
    YYRHS.  */
 const short 
 yy::b4_name::prhs_[[]] =



reply via email to

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