From 37f36f304762f4a1abfa246003e5c8e60b65175a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fredrik=20H=C3=BCbinette=20=28Hubbe=29?= <hubbe@hubbe.net> Date: Thu, 6 Jul 2000 18:37:47 -0700 Subject: [PATCH] jumbopatch! Rev: src/error.c:1.53 --- src/error.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/error.c b/src/error.c index d8a17718f5..3c84a0b687 100644 --- a/src/error.c +++ b/src/error.c @@ -4,6 +4,7 @@ ||| See the files COPYING and DISCLAIMER for more information. \*/ /**/ +#define NO_PIKE_SHORTCUTS #include "global.h" #include "pike_macros.h" #include "error.h" @@ -20,7 +21,7 @@ #include "threads.h" #include "gc.h" -RCSID("$Id: error.c,v 1.52 2000/07/07 01:24:14 hubbe Exp $"); +RCSID("$Id: error.c,v 1.53 2000/07/07 01:37:47 hubbe Exp $"); #undef ATTRIBUTE #define ATTRIBUTE(X) -- GitLab