]> git.saurik.com Git - bison.git/commitdiff
skeletons: style changes.
authorAkim Demaille <akim@lrde.epita.fr>
Thu, 5 Jul 2012 09:11:38 +0000 (11:11 +0200)
committerAkim Demaille <akim@lrde.epita.fr>
Thu, 5 Jul 2012 10:41:09 +0000 (12:41 +0200)
* data/bison.m4: Define default values after having defined
the support macros.
Kill a dead comment.

data/bison.m4

index a5c1ee7376717fa50428eeb9e71bc6abf476867e..9a66d884961ec26a56e98874e0f59e33d3044b89 100644 (file)
@@ -183,21 +183,6 @@ m4_define([b4_fatal_at],
 m4_exit(1)])
 
 
 m4_exit(1)])
 
 
-## ---------------- ##
-## Default values.  ##
-## ---------------- ##
-
-# m4_define_default([b4_lex_param], [])   dnl breaks other skeletons
-m4_define_default([b4_pre_prologue], [])
-m4_define_default([b4_post_prologue], [])
-m4_define_default([b4_epilogue], [])
-m4_define_default([b4_parse_param], [])
-
-# The initial column and line.
-m4_define_default([b4_location_initial_column], [1])
-m4_define_default([b4_location_initial_line],   [1])
-
-
 ## ------------ ##
 ## Data Types.  ##
 ## ------------ ##
 ## ------------ ##
 ## Data Types.  ##
 ## ------------ ##
@@ -258,10 +243,6 @@ b4_define_flag_if([yacc])               # Whether POSIX Yacc is emulated.
 b4_error_verbose_if([m4_define([b4_token_table_flag], [1])])
 
 
 b4_error_verbose_if([m4_define([b4_token_table_flag], [1])])
 
 
-## ------------------------- ##
-## Assigning token numbers.  ##
-## ------------------------- ##
-
 
 ## ----------- ##
 ## Synclines.  ##
 
 ## ----------- ##
 ## Synclines.  ##
@@ -580,3 +561,18 @@ m4_wrap_lifo([
 b4_check_user_names_wrap([[define]], [[variable]])
 b4_check_user_names_wrap([[code]], [[qualifier]])
 ])
 b4_check_user_names_wrap([[define]], [[variable]])
 b4_check_user_names_wrap([[code]], [[qualifier]])
 ])
+
+
+## ---------------- ##
+## Default values.  ##
+## ---------------- ##
+
+# m4_define_default([b4_lex_param], [])   dnl breaks other skeletons
+m4_define_default([b4_pre_prologue], [])
+m4_define_default([b4_post_prologue], [])
+m4_define_default([b4_epilogue], [])
+m4_define_default([b4_parse_param], [])
+
+# The initial column and line.
+m4_define_default([b4_location_initial_column], [1])
+m4_define_default([b4_location_initial_line],   [1])