2013-09-26 17:14:40 +02:00

14 lines
296 B
Plaintext

$NetBSD: patch-ab,v 1.3 2007/06/06 12:43:31 tnn Exp $
--- src/command.c.orig 2005-10-24 02:38:24.000000000 +0200
+++ src/command.c
@@ -732,7 +732,7 @@ static void do_comment (void)
}
-static int command_count;
+int command_count;
commandtyp command_list[] = {
{"quit",c_quit,do_quit},