# --- T2-COPYRIGHT-BEGIN --- # t2/package/*/euler/hotfix.patch # Copyright (C) 2004 - 2026 The T2 SDE Project # SPDX-License-Identifier: GPL-2.0 or patched project license # --- T2-COPYRIGHT-END --- diff -Nur euler-1.61.0.orig/src/command.c euler-1.61.0/src/command.c --- euler-1.61.0.orig/src/command.c 2005-10-24 03:38:24.000000000 +0300 +++ euler-1.61.0/src/command.c 2005-11-01 20:08:13.000000000 +0200 @@ -235,7 +235,7 @@ 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 int command_count; - commandtyp command_list[] = { {"quit",c_quit,do_quit}, {"hold",c_hold,ghold},