From 5a60e26fe8de2648689ff8c5659085b99f5891a0 Mon Sep 17 00:00:00 2001 From: Rob Landley Date: Fri, 2 Feb 2007 10:53:55 -0500 Subject: Trim a redundant definition that confuses older compilers. (Regression testing against Red Hat 9.) --- main.c | 1 + 1 file changed, 1 insertion(+) (limited to 'main.c') diff --git a/main.c b/main.c index b264ec60..56d6eb37 100644 --- a/main.c +++ b/main.c @@ -22,6 +22,7 @@ struct toy_list toy_list[] = { // global context for this applet. struct toy_context toys; +union toy_union toy; char toybuf[4096]; struct toy_list *toy_find(char *name) -- cgit v1.2.3