bison-patches
[Top][All Lists]
Advanced

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

[PATCH] Consistently refer to Yacc, not YACC.


From: Akim Demaille
Subject: [PATCH] Consistently refer to Yacc, not YACC.
Date: Mon, 20 Apr 2009 12:53:46 +0200

        * src/getargs.c (usage, warnings_args): s/YACC/Yacc/.
---
 ChangeLog     |    5 +++++
 src/getargs.c |    4 ++--
 2 files changed, 7 insertions(+), 2 deletions(-)

diff --git a/ChangeLog b/ChangeLog
index 8fef6d8..ff36a34 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2009-04-20  Akim Demaille  <address@hidden>
+
+       Consistently refer to Yacc, not YACC.
+       * src/getargs.c (usage, warnings_args): s/YACC/Yacc/.
+
 2009-04-17  Joel E. Denny  <address@hidden>
 
        Pacify make maintainer-check-posix.
diff --git a/src/getargs.c b/src/getargs.c
index fa179bf..368470f 100644
--- a/src/getargs.c
+++ b/src/getargs.c
@@ -221,7 +221,7 @@ static const char * const warnings_args[] =
      that argmatch_valid be more readable.  */
   "none            - no warnings",
   "midrule-values  - unset or unused midrule values",
-  "yacc            - incompatibilities with POSIX YACC",
+  "yacc            - incompatibilities with POSIX Yacc",
   "all             - all of the above",
   "error           - warnings are errors",
   0
@@ -318,7 +318,7 @@ Output:\n\
       fputs (_("\
 Warning categories include:\n\
   `midrule-values'  unset or unused midrule values\n\
-  `yacc'            incompatibilities with POSIX YACC\n\
+  `yacc'            incompatibilities with POSIX Yacc\n\
   `all'             all the warnings\n\
   `no-CATEGORY'     turn off warnings in CATEGORY\n\
   `none'            turn off all the warnings\n\
-- 
1.6.2.2





reply via email to

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