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

15 lines
285 B
Plaintext

$NetBSD: patch-ab,v 1.2 2009/07/11 08:05:06 obache Exp $
--- common.h.orig 2009-04-26 14:28:37.000000000 +0000
+++ common.h
@@ -18,6 +18,9 @@
extern int verbosity;
+#if !defined(__GNUC__) && !defined(__attribute__)
+# define __attribute__(x) /**/
+#endif
namespace Ocrad {