2013-09-26 17:14:40 +02:00

14 lines
268 B
Plaintext

$NetBSD: patch-ab,v 1.1 2004/12/11 14:13:34 kristerw Exp $
--- src/j-sys.h.orig Sat Dec 11 15:03:16 2004
+++ src/j-sys.h Sat Dec 11 15:03:37 2004
@@ -239,7 +239,7 @@
#endif
#if !defined (HAVE_BOOL)
-typedef int bool;
+#define bool int
#endif
#ifndef true