freebsd-ports/math/oleo/files/patch-src_basic.h
John Marino 0b70cc11ff math/oleo: document ncurses and remove extern errno
While here, regenerate all patches with makepatch
2016-08-23 16:25:35 +00:00

12 lines
322 B
C

--- src/basic.h.orig 2000-08-10 21:02:49 UTC
+++ src/basic.h
@@ -36,9 +36,6 @@ enum motion_magic
extern const int colmagic[9];
extern const int rowmagic[9];
-extern char * motion_name[9];
-extern enum motion_magic complementary_motion[9];
-extern enum motion_magic opposite_motion[9];
extern int run_load_hooks;