pike.git/
src/
language.yacc
Branch:
Tag:
Non-build tags
All tags
No tags
2008-01-04
2008-01-04 11:38:55 by Henrik Grubbström (Grubba) <grubba@grubba.org>
b715a9510a5ce8547e0bbf79e319cd06ebe6ff1a (
8
lines) (+
7
/-
1
)
[
Show
|
Annotate
]
Branch:
7.9
Fixed some more warnings.
Rev: src/language.yacc:1.400
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.
399
2008/01/04
10
:
25
:
22
grubba Exp $
+
|| $Id: language.yacc,v 1.
400
2008/01/04
11
:
38
:
55
grubba Exp $
*/ %pure_parser
1059:
lex.current_line = save_line; lex.current_file = save_file;
+
} else {
+
/* Prototype; don't warn about unused arguments. */
+
for (e = Pike_compiler->compiler_frame->num_variables; e--;) {
+
Pike_compiler->compiler_frame->variable[e].flags |= LOCAL_VAR_IS_USED;
}
-
+
}
pop_compiler_frame(); free_node($5); free_node($10);