pike.git/
src/
program.c
Branch:
Tag:
Non-build tags
All tags
No tags
2008-05-14
2008-05-14 14:10:38 by Henrik Grubbström (Grubba) <grubba@grubba.org>
ae5f22504e616ceb91776bf69c400ce9e68a6bf3 (
5
lines) (+
3
/-
2
)
[
Show
|
Annotate
]
Branch:
7.9
Fixed minor typo.
Rev: src/program.c:1.695
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: program.c,v 1.
694
2008/05/14 10:
52:47
grubba Exp $
+
|| $Id: program.c,v 1.
695
2008/05/14
14:
10:
38
grubba Exp $
*/ #include "global.h"
4926:
identifier_flags)) { my_yyerror("Illegal to redefine inherited symbol %S "
-
"
to
a variable.", name);
+
"
as
a variable.", name);
return n; }