0e1233b17d
Add -fno-zero-initialized-in-bss when compiling with gcc3 (this is not needed for all configurations, but it does never hurt). Bump PKGREVISION.
13 lines
285 B
Text
13 lines
285 B
Text
$NetBSD: patch-bx,v 1.1 2004/03/25 22:13:34 kristerw Exp $
|
|
|
|
--- src/tparam.c.orig 2004-03-25 22:23:54.000000000 +0100
|
|
+++ src/tparam.c 2004-03-25 22:26:40.000000000 +0100
|
|
@@ -36,6 +36,8 @@
|
|
|
|
#endif /* not emacs */
|
|
|
|
+#include "lisp.h"
|
|
+
|
|
#ifndef NULL
|
|
#define NULL (char *) 0
|
|
#endif
|