comparison main.c @ 93:cc0a6789f92a

Trim a redundant definition that confuses older compilers. (Regression testing against Red Hat 9.)
author Rob Landley <rob@landley.net>
date Fri, 02 Feb 2007 10:53:55 -0500
parents 021fe1a818c3
children 933766b0bd4b
comparison
equal deleted inserted replaced
92:154070b2b28d 93:cc0a6789f92a
20 #define TOY_LIST_LEN (sizeof(toy_list)/sizeof(struct toy_list)) 20 #define TOY_LIST_LEN (sizeof(toy_list)/sizeof(struct toy_list))
21 21
22 // global context for this applet. 22 // global context for this applet.
23 23
24 struct toy_context toys; 24 struct toy_context toys;
25 union toy_union toy;
25 char toybuf[4096]; 26 char toybuf[4096];
26 27
27 struct toy_list *toy_find(char *name) 28 struct toy_list *toy_find(char *name)
28 { 29 {
29 int top, bottom, middle; 30 int top, bottom, middle;