mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-08-05 18:58:55 -04:00
22 lines
393 B
Plaintext
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*);
|