pike.git/
src/
error.c
Branch:
Tag:
Non-build tags
All tags
No tags
2002-11-25
2002-11-25 00:25:48 by Martin Stjernholm <mast@lysator.liu.se>
071adcc11d26cdb65faf6b606b9fd8c79c779b88 (
7
lines) (+
4
/-
3
)
[
Show
|
Annotate
]
Branch:
7.9
Fixed a warning (in builtin_functions.c).
Rev: src/error.c:1.94
Rev: src/pike_error.h:1.24
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: error.c,v 1.
93
2002/11/
23
14
:
41
:
56
mast Exp $
+
|| $Id: error.c,v 1.
94
2002/11/
25
00
:
25
:
48
mast Exp $
*/ #define NO_PIKE_SHORTHAND
23:
#include "threads.h" #include "gc.h"
-
RCSID("$Id: error.c,v 1.
93
2002/11/
23
14
:
41
:
56
mast Exp $");
+
RCSID("$Id: error.c,v 1.
94
2002/11/
25
00
:
25
:
48
mast Exp $");
#undef ATTRIBUTE #define ATTRIBUTE(X)
86:
} #endif
-
PMOD_EXPORT void pike_gdb_breakpoint(
void)
+
PMOD_EXPORT void pike_gdb_breakpoint(
INT32 args
)
{ }