]> git.saurik.com Git - bison.git/commitdiff
Comment changes.
authorAkim Demaille <demaille@gostai.com>
Wed, 18 Feb 2009 16:57:00 +0000 (17:57 +0100)
committerAkim Demaille <demaille@gostai.com>
Mon, 2 Mar 2009 16:06:55 +0000 (17:06 +0100)
ChangeLog
data/java.m4

index f858adaee329aad338a06994318b64d6d3160c4e..c698041ee0582a6b2b8f8632ce006d70e07c6fed 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2009-03-02  Akim Demaille  <demaille@gostai.com>
+
+       Comment changes.
+
 2009-03-02  Akim Demaille  <demaille@gostai.com>
 
        Share b4_yytranslate_define.
index a56338ffd4a6596ae0ca1cf17af5e0445d7c315c..6636bd69fdc404f0c05b47a99ff616f0a041b751 100644 (file)
@@ -2,7 +2,7 @@
 
 # Java language support for Bison
 
-# Copyright (C) 2007, 2008 Free Software Foundation, Inc.
+# Copyright (C) 2007, 2008, 2009 Free Software Foundation, Inc.
 
 # This program is free software: you can redistribute it and/or modify
 # it under the terms of the GNU General Public License as published by
@@ -247,7 +247,7 @@ m4_define([b4_lex_param], b4_lex_param)
 m4_define([b4_parse_param], b4_parse_param)
 
 # b4_lex_param_decl
-# -------------------
+# -----------------
 # Extra formal arguments of the constructor.
 m4_define([b4_lex_param_decl],
 [m4_ifset([b4_lex_param],
@@ -275,7 +275,7 @@ m4_define([b4_parse_param_decl],
 
 
 # b4_lex_param_call
-# -------------------
+# -----------------
 # Delegating the lexer parameters to the lexer constructor.
 m4_define([b4_lex_param_call],
           [m4_ifset([b4_lex_param],