pike.git/
src/
language.yacc
Branch:
Tag:
Non-build tags
All tags
No tags
2005-02-18
2005-02-18 18:17:57 by Henrik Grubbström (Grubba) <grubba@grubba.org>
24af190fc2820211a6f4bab92a8ad2a05e60d4a2 (
5
lines) (+
3
/-
2
)
[
Show
|
Annotate
]
Branch:
7.9
Minor diagnostic improvment.
Rev: src/language.yacc:1.356
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.
355
2005/02/18
13
:
48
:
47
grubba Exp $
+
|| $Id: language.yacc,v 1.
356
2005/02/18
18
:
17
:
57
grubba Exp $
*/ %pure_parser
1836:
} ;
-
statement_with_semicolon: unused2
';'
;
+
statement_with_semicolon: unused2
expected_semicolon
;
normal_label_statement: statement_with_semicolon | import { $$=0; }