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

22 lines
393 B
Plaintext

$NetBSD: patch-ab,v 1.2 2006/01/09 19:46:01 joerg Exp $
--- grap.h.orig 2002-10-26 16:32:03.000000000 +0000
+++ grap.h
@@ -7,7 +7,16 @@
#define DEFINES "/usr/share/grap/grap.defines"
#endif
+#ifdef HAVE_CONFIG_H
+#include "config.h"
+#endif
+
+extern bool print_lex_debug;
+
+using namespace std;
+
#ifndef STDC_HEADERS
+
extern "C" {
#ifndef __GNUC__
size_t strlen(const char*);