pike.git/
src/
program.c
Branch:
Tag:
Non-build tags
All tags
No tags
1999-05-01
1999-05-01 16:33:11 by Henrik Grubbström (Grubba) <grubba@grubba.org>
60fbcb824488a44d5f604a51bdccf3c6429a238b (
11
lines) (+
6
/-
5
)
[
Show
|
Annotate
]
Branch:
7.9
Cosmetic fix.
Rev: src/program.c:1.122
5:
\*/ /**/ #include "global.h"
-
RCSID("$Id: program.c,v 1.
121
1999/
04
/
09
04
:
14
:
25
hubbe
Exp $");
+
RCSID("$Id: program.c,v 1.
122
1999/
05
/
01
16
:
33
:
11
grubba
Exp $");
#include "program.h" #include "object.h" #include "dynamic_buffer.h"
2180:
return; } else { if (s->len < 1024) {
-
error("Index \"%s\" is not constant.", s->str);
+
error("Index \"%s\" is not constant.
\n
", s->str);
} else {
-
error("Index is not constant.");
+
error("Index is not constant.
\n
");
} } } if (s->len < 1024) {
-
error("No such index \"%s\".", s->str);
+
error("No such index \"%s\".
\n
", s->str);
} else {
-
error("No such index.");
+
error("No such index.
\n
");
} }