mirror of
https://github.com/opnsense/src.git
synced 2026-04-26 16:47:30 -04:00
Hyphens are not legal characters in a C identifier.
Broken by: hoek
This commit is contained in:
parent
703b0715de
commit
aed4de8a07
1 changed files with 1 additions and 1 deletions
|
|
@ -56,7 +56,7 @@ char *banner[] =
|
|||
{
|
||||
"#ifndef lint",
|
||||
"static char const ",
|
||||
"_yacc-parser_rcsid[] = \"$Id: skeleton.c,v 1.20 1999/07/30 12:53:21 hoek Exp $\";",
|
||||
"_yacc_parser_rcsid[] = \"$Id: skeleton.c,v 1.21 1999/07/30 13:04:19 hoek Exp $\";",
|
||||
"#endif",
|
||||
"#include <stdlib.h>",
|
||||
"#define YYBYACC 1",
|
||||
|
|
|
|||
Loading…
Reference in a new issue