blob: a61b8399fde7779122f0372b80b29158c0a80bff (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
$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*);
|