pike.git/
src/
language.yacc
Branch:
Tag:
Non-build tags
All tags
No tags
1999-12-18
1999-12-18 02:13:20 by Henrik Grubbström (Grubba) <grubba@grubba.org>
df13b7aff29d4fc9ea9ff3d7e46b032c261d489b (
5
lines) (+
3
/-
2
)
[
Show
|
Annotate
]
Branch:
7.9
Fixed typo.
Rev: src/language.yacc:1.152
185:
/* This is the grammar definition of Pike. */ #include "global.h"
-
RCSID("$Id: language.yacc,v 1.
151
1999/12/
17
23
:
06
:
07
grubba Exp $");
+
RCSID("$Id: language.yacc,v 1.
152
1999/12/
18
02
:
13
:
20
grubba Exp $");
#ifdef HAVE_MEMORY_H #include <memory.h> #endif
2580:
#ifdef PIKE_DEBUG check_type_string(type); #endif /* PIKE_DEBUG */
-
if (pike_
type
_le(type, void_type_string)) {
+
if (pike_
types
_le(type, void_type_string)) {
yywarning("Declaring local variable with type void " "(converted to type zero)."); free_string(type);