pike.git/
src/
language.yacc
Branch:
Tag:
Non-build tags
All tags
No tags
2008-01-04
2008-01-04 11:41:27 by Henrik Grubbström (Grubba) <grubba@grubba.org>
0b7dff689ecfe169808517e33c2893f1860155a8 (
5
lines) (+
3
/-
2
)
[
Show
|
Annotate
]
Branch:
7.9
Fixed typo.
Rev: src/language.yacc:1.401
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.
400
2008/01/04 11:
38
:
55
grubba Exp $
+
|| $Id: language.yacc,v 1.
401
2008/01/04 11:
41
:
27
grubba Exp $
*/ %pure_parser
1061:
lex.current_file = save_file; } else { /* Prototype; don't warn about unused arguments. */
-
for (e = Pike_compiler->compiler_frame->
num
_
variables
; e--;) {
+
for (e = Pike_compiler->compiler_frame->
current
_
number_of_locals
; e--;) {
Pike_compiler->compiler_frame->variable[e].flags |= LOCAL_VAR_IS_USED; } }