freebsd-ports/math/gnumeric2/files/patch-src_regutf8.h
Joe Marcus Clarke 9300b7c32a Add gnumeric2 after a repo copy from gnumeric. Gnumeric2 is a sreadsheet
application for the GNOME 2 desktop.
2002-09-16 03:04:14 +00:00

11 lines
272 B
C

--- 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
// ----------------------------------------------------------------------------