You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/sci-mathematics/euler/files/command-gcc4-gentoo.patch

13 lines
341 B

diff -Naur euler-1.61.0/src/command.c euler-1.61.0-new/src/command.c
--- euler-1.61.0/src/command.c 2005-10-24 00:38:24.000000000 +0000
+++ euler-1.61.0-new/src/command.c 2006-02-08 23:30:43.000000000 +0000
@@ -732,7 +732,7 @@
}
-static int command_count;
+int command_count;
commandtyp command_list[] = {
{"quit",c_quit,do_quit},