File euler-static.patch of Package euler
Index: euler-1.61.0/src/command.c
===================================================================
--- euler-1.61.0.orig/src/command.c
+++ euler-1.61.0/src/command.c
@@ -235,7 +235,7 @@ static void do_forget (void)
extern int builtin_count;
extern builtintyp builtin_list[];
-extern int command_count;
+static int command_count;
extern commandtyp command_list[];
static void do_list (void)
@@ -732,8 +732,6 @@ static void do_comment (void)
}
-static int command_count;
-
commandtyp command_list[] = {
{"quit",c_quit,do_quit},
{"hold",c_hold,ghold},