Branch: Tag:

2008-01-04

2008-01-04 11:41:27 by Henrik Grubbström (Grubba) <grubba@grubba.org>

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;    }    }