pike.git/
src/
language.yacc
Branch:
Tag:
Non-build tags
All tags
No tags
2001-04-01
2001-04-01 14:10:39 by Henrik Grubbström (Grubba) <grubba@grubba.org>
a6062c38edab7c77d55466c04497732114f52930 (
5
lines) (+
3
/-
2
)
[
Show
|
Annotate
]
Branch:
7.9
Bugfix.
Rev: src/language.yacc:1.240
112:
/* This is the grammar definition of Pike. */ #include "global.h"
-
RCSID("$Id: language.yacc,v 1.
239
2001/04/01
13
:
58
:
53
grubba Exp $");
+
RCSID("$Id: language.yacc,v 1.
240
2001/04/01
14
:
10
:
39
grubba Exp $");
#ifdef HAVE_MEMORY_H #include <memory.h> #endif
1084:
; full_type: type8
-
|
type8
'*'
+
|
full_type
'*'
{ if (Pike_compiler->compiler_pass == 2) { yywarning("The *-syntax in types is obsolete. Use array instead.");