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