diff options
Diffstat (limited to 'graphics/graphviz/files/patch-lib-expr-exgram.h')
-rw-r--r-- | graphics/graphviz/files/patch-lib-expr-exgram.h | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/graphics/graphviz/files/patch-lib-expr-exgram.h b/graphics/graphviz/files/patch-lib-expr-exgram.h new file mode 100644 index 000000000000..518f196ede8d --- /dev/null +++ b/graphics/graphviz/files/patch-lib-expr-exgram.h @@ -0,0 +1,11 @@ +--- lib/expr/exgram.h.orig 2019-09-12 02:11:30 UTC ++++ lib/expr/exgram.h +@@ -23,7 +23,7 @@ extern "C" { + * sometimes free stuff can cost a lot + */ + +-#if !defined(_EXGRAM_H) && ( defined(MINTOKEN) || defined(YYTOKENTYPE) ) ++#if !defined(_EXGRAM_H) + #define _EXGRAM_H + + #if !defined(_EXPARSE_H) |