opnsense-ports/math/p5-Text-AsciiTeX/files/patch-src_asciitex_asciiTeX__struct.h
Franco Fichtner 99ca6f1dbb */*: sync with upstream
Taken from: FreeBSD
2023-04-20 09:14:31 +02:00

9 lines
284 B
C

--- src/asciitex/asciiTeX_struct.h.orig 2023-04-16 15:11:41 UTC
+++ src/asciitex/asciiTeX_struct.h
@@ -56,5 +56,5 @@ struct Tgraph { /* the order of fields is important-
};
typedef enum {S_NOERR, S_WARN, S_ERR} STAT;
-STAT SYNTAX_ERR_FLAG;
+extern STAT SYNTAX_ERR_FLAG;
#endif