forked from Lainports/freebsd-ports
11 lines
290 B
C
11 lines
290 B
C
--- lib/expr/exgram.h.orig 2024-12-06 23:55:56 UTC
|
|
+++ lib/expr/exgram.h
|
|
@@ -19,7 +19,7 @@ extern "C" {
|
|
* with both yacc and bison
|
|
*/
|
|
|
|
-#if !defined(_EXGRAM_H) && ( defined(MINTOKEN) || defined(YYTOKENTYPE) )
|
|
+#if !defined(_EXGRAM_H)
|
|
#define _EXGRAM_H
|
|
|
|
#include <cgraph/gv_ctype.h>
|