command-gcc4-gentoo.patch 341 B

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