pike.git/
src/
language.yacc
Branch:
Tag:
Non-build tags
All tags
No tags
2001-06-30
2001-06-30 22:11:09 by Martin Stjernholm <mast@lysator.liu.se>
635fce8f2862085e277354ed3673cc0e322bdae7 (
5
lines) (+
3
/-
2
)
[
Show
|
Annotate
]
Branch:
7.9
Fixed a type.
Rev: src/language.yacc:1.254
112:
/* This is the grammar definition of Pike. */ #include "global.h"
-
RCSID("$Id: language.yacc,v 1.
253
2001/06/30 22:
06
:
37
mast Exp $");
+
RCSID("$Id: language.yacc,v 1.
254
2001/06/30 22:
11
:
09
mast Exp $");
#ifdef HAVE_MEMORY_H #include <memory.h> #endif
826:
{ int l = $10->line_number; #ifdef PIKE_DEBUG
-
char
*f = $10->current_file;
+
struct
pike_string
*f = $10->current_file;
#endif if (check_args) { /* Prepend the arg checking code. */