pike.git/
src/
language.yacc
Branch:
Tag:
Non-build tags
All tags
No tags
2003-08-31
2003-08-31 22:00:50 by Martin Nilsson <mani@lysator.liu.se>
6c2aad3d77a4e8d0e4fa90834ed2c2b963f5279b (
7
lines) (+
4
/-
3
)
[
Show
|
Annotate
]
Branch:
7.9
Fixed a C++ comment.
Rev: src/language.yacc:1.323
2:
|| This file is part of Pike. For copyright information see COPYRIGHT. || Pike is distributed under GPL, LGPL and MPL. See the file COPYING || for more information.
-
|| $Id: language.yacc,v 1.
322
2003/08/
20
12
:
02
:
43
grubba
Exp $
+
|| $Id: language.yacc,v 1.
323
2003/08/
31
22
:
00
:
50
nilsson
Exp $
*/ %pure_parser
113:
/* This is the grammar definition of Pike. */ #include "global.h"
-
RCSID("$Id: language.yacc,v 1.
322
2003/08/
20
12
:
02
:
43
grubba
Exp $");
+
RCSID("$Id: language.yacc,v 1.
323
2003/08/
31
22
:
00
:
50
nilsson
Exp $");
#ifdef HAVE_MEMORY_H #include <memory.h> #endif
2436:
i=isidentifier($4->u.sval.u.string); if(i<0) {
-
/
/
Seriously broken...
+
/
*
Seriously broken...
*/
yyerror("Pass 2: program not defined!"); low_start_new_program(0, 2, 0, $1,