mirror of
https://git.savannah.gnu.org/git/bison.git
synced 2026-03-09 04:13:03 +00:00
Minor white space issues, e.g. trailing white space at end of line.
This commit is contained in:
@@ -34,12 +34,11 @@ $1
|
||||
|
||||
%{
|
||||
#include <stdio.h>
|
||||
#define YYSTYPE const char*
|
||||
#define YYSTYPE char const *
|
||||
]m4_bmatch([$2], [stmtMerge],
|
||||
[ static YYSTYPE stmtMerge (YYSTYPE x0, YYSTYPE x1);])[
|
||||
#define YYINITDEPTH 10
|
||||
static char* format (const char*, ...);
|
||||
|
||||
static char *format (char const *, ...);
|
||||
struct YYLTYPE;
|
||||
#if YYPURE
|
||||
# if YYLSP_NEEDED
|
||||
@@ -203,7 +202,8 @@ yyerror (ERROR_PARAMETERS)
|
||||
}
|
||||
|
||||
|
||||
static char* format (const char* form, ...)
|
||||
static char *
|
||||
format (char const *form, ...)
|
||||
{
|
||||
char buffer[1024];
|
||||
va_list args;
|
||||
|
||||
Reference in New Issue
Block a user