]> git.saurik.com Git - bison.git/commitdiff
maint: minor fixes
authorAkim Demaille <akim@lrde.epita.fr>
Fri, 6 Jul 2012 09:15:24 +0000 (11:15 +0200)
committerAkim Demaille <akim@lrde.epita.fr>
Fri, 6 Jul 2012 09:16:08 +0000 (11:16 +0200)
* NEWS: restore missing entry.
* cfg.mk: Adjust to *.texinfo -> *.texi.
* src/symtab.c: Spaces fixes.

NEWS
cfg.mk
src/symtab.c

diff --git a/NEWS b/NEWS
index c17939a384bb599ae12760b95815b3e4c720f62d..0552ba212a001a5e30d8b8a479b674c0074010e5 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -124,6 +124,8 @@ GNU Bison NEWS
 
 * Noteworthy changes in release 2.5.90 (2012-07-05) [beta]
 
+** Future changes:
+
   The next major release of Bison will drop support for the following
   deprecated features.  Please report disagreements to bug-bison@gnu.org.
 
diff --git a/cfg.mk b/cfg.mk
index 6088b64a58cee08fa18576116da39cd162e3f476..9e9f8065724ceb334bdaf3de5995da5a3ef7781d 100644 (file)
--- a/cfg.mk
+++ b/cfg.mk
@@ -63,7 +63,7 @@ $(call exclude,                                                               \
   prohibit_always-defined_macros+=?|^src/(parse-gram.c|system.h)$$     \
   prohibit_always-defined_macros+=?|^tests/regression.at$$             \
   prohibit_empty_lines_at_EOF=^src/parse-gram.h$$                      \
-  prohibit_strcmp=^doc/bison\.texinfo$$                                        \
+  prohibit_strcmp=^doc/bison\.texi$$                                   \
   require_config_h_first=^(lib/yyerror|data/(glr|yacc))\.c$$           \
   space_tab=^tests/(input|c\+\+)\.at$$                                 \
   unmarked_diagnostics=^(djgpp/|doc/bison.texi$$)                      \
index 1d0ed91f4bbbbfc9323c9f3e3c134cc2ab04e3a1..560f3327102b658bf2cbec54990801c7529e112a 100644 (file)
@@ -611,10 +611,10 @@ symbol_translation (symbol *this)
           (this->user_token_number,
            symbols[token_translations[this->user_token_number]],
            this);
-      
+
       token_translations[this->user_token_number] = this->number;
     }
-  
+
   return true;
 }