freebsd-ports/graphics/graphviz/files/patch-lib_expr_exgram.h
2024-12-16 15:37:13 +01:00

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>