freebsd-ports/science/euler/files/patch-src__command.c
Martin Wilke 3118f3deac - Unbreak
- Fix build with gcc4

PR:		113303
Submitted by:	KATO Tsuguru <tkato432@yahoo.com>
2007-06-04 20:03:50 +00:00

11 lines
225 B
C

--- src/command.c.orig Mon Oct 24 09:38:24 2005
+++ src/command.c Sun May 27 14:08:14 2007
@@ -732,7 +732,7 @@
}
-static int command_count;
+int command_count;
commandtyp command_list[] = {
{"quit",c_quit,do_quit},