pike.git/
src/
pike_types.c
Branch:
Tag:
Non-build tags
All tags
No tags
2008-01-13
2008-01-13 18:30:57 by Henrik Grubbström (Grubba) <grubba@grubba.org>
adb7eab67775f907d5bfdb286247b4bc14b32bf8 (
5
lines) (+
3
/-
2
)
[
Show
|
Annotate
]
Branch:
7.9
Fixed typo in old type parser.
Rev: src/pike_types.c:1.316
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: pike_types.c,v 1.
315
2007
/
11
/
15
16
:
42
:
42
grubba Exp $
+
|| $Id: pike_types.c,v 1.
316
2008
/
01
/
13
18
:
30
:
57
grubba Exp $
*/ #include "global.h"
1412:
while(ISSPACE(**s)) ++*s; if(**s != ':') { yyerror("Missing ':' after ... in function type.");
-
*s
--;
+
--
*s;
} break; } else {