pkgsrc/math/euler/patches/patch-ab
tnn d17f62178f Update to euler-1.61. Euler now uses GNU autotools for the build and GTK2+
for the user interface. Also apply patch for static/extern mismatch from
Aleksej Saushev in PR 36449, which fixes build with gcc4.
2007-06-06 12:43:31 +00:00

13 lines
296 B
Text

$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},