diff options
Diffstat (limited to 'math/gnumeric/files/patch-src_regutf8.h')
-rw-r--r-- | math/gnumeric/files/patch-src_regutf8.h | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/math/gnumeric/files/patch-src_regutf8.h b/math/gnumeric/files/patch-src_regutf8.h new file mode 100644 index 000000000..04040ac56 --- /dev/null +++ b/math/gnumeric/files/patch-src_regutf8.h @@ -0,0 +1,11 @@ +--- src/regutf8.h.orig Thu Sep 12 00:17:54 2002 ++++ src/regutf8.h Thu Sep 12 00:18:02 2002 +@@ -19,7 +19,7 @@ + #endif + + #ifndef REG_OK +-#define REG_OK REG_NOERROR ++#define REG_OK 0 + #endif + + // ---------------------------------------------------------------------------- |