1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-11-29 08:08:37 +00:00

Hyphens are not legal characters in a C identifier.

Broken by:	hoek
This commit is contained in:
Dag-Erling Smørgrav 1999-07-30 14:52:23 +00:00
parent 703b0715de
commit aed4de8a07
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=49284

View File

@ -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",