60d3c98c0f
Gentle is an integrated system for compiler writers. Gentle supports the description of compilers at a very high level and relieves users from the need to deal with implementation details. It has been used in large industrial projects and for constructing various commercial products.
14 lines
285 B
Text
14 lines
285 B
Text
$NetBSD: patch-aa,v 1.1.1.1 2004/11/30 08:23:15 wiz Exp $
|
|
|
|
--- gentle/yytab.c.orig 1998-08-21 01:56:10.000000000 +1200
|
|
+++ gentle/yytab.c
|
|
@@ -113,7 +113,8 @@ extern YYSTYPE yylval;
|
|
#include <memory.h>
|
|
#endif
|
|
|
|
-#include <values.h>
|
|
+/* #include <values.h>
|
|
+*/
|
|
|
|
#ifdef __cplusplus
|
|
|