blob: 27fcb52de7f46920a44e8aff864fea3865656b22 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
$NetBSD: patch-ac,v 1.1 2009/02/16 18:05:44 drochner Exp $
--- lib/paper.h.orig 1996-09-24 09:16:07.000000000 +0200
+++ lib/paper.h
@@ -22,7 +22,7 @@
*
*/
-#if __STDC__ - 0 == 0
+#if !defined(__STDC__)
#define __PAPER_CONST
#define __PAPER_PROTO(p) ()
|