skeletons: style/comment changes

* data/c++.m4, data/c.m4, data/glr.c: Here.
This commit is contained in:
Akim Demaille
2018-09-09 13:46:42 +02:00
parent d6fb1813ee
commit 79331541ae
3 changed files with 17 additions and 12 deletions

View File

@@ -263,11 +263,6 @@ m4_define([b4_attribute_define],
])
## ---------##
## Values. ##
## ---------##
# b4_null_define
# --------------
# Portability issues: define a YY_NULLPTR appropriate for the current
@@ -288,6 +283,12 @@ m4_define([b4_null_define],
# Return a null pointer constant.
m4_define([b4_null], [YY_NULLPTR])
## ---------##
## Values. ##
## ---------##
# b4_integral_parser_table_define(TABLE-NAME, CONTENT, COMMENT)
# -------------------------------------------------------------
# Define "yy<TABLE-NAME>" whose contents is CONTENT.