summaryrefslogtreecommitdiff
blob: c405d65bd76e8cbd77e0b5e74bab44af608e0007 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
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},