pike.git/
src/
error.c
Branch:
Tag:
Non-build tags
All tags
No tags
2000-08-15
2000-08-15 11:42:44 by Henrik Grubbström (Grubba) <grubba@grubba.org>
17fd854306720039faf2341155864d9640c7586a (
5
lines) (+
3
/-
2
)
[
Show
|
Annotate
]
Branch:
7.9
Oops, disabled some debug.
Rev: src/error.c:1.59
21:
#include "threads.h" #include "gc.h"
-
RCSID("$Id: error.c,v 1.
58
2000/08/15 11:
04
:
52
grubba Exp $");
+
RCSID("$Id: error.c,v 1.
59
2000/08/15 11:
42
:
44
grubba Exp $");
#undef ATTRIBUTE #define ATTRIBUTE(X)
631:
#endif /* HAVE_VSNPRINTF */ in_error=buf;
-
if (
1 ||
!master_program) {
+
if (!master_program) {
fprintf(stderr, "ERROR: %s\n", buf); }