summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--usr.sbin/sysinstall/sysinstall.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/usr.sbin/sysinstall/sysinstall.h b/usr.sbin/sysinstall/sysinstall.h
index ff412c1..ba364c7 100644
--- a/usr.sbin/sysinstall/sysinstall.h
+++ b/usr.sbin/sysinstall/sysinstall.h
@@ -228,13 +228,7 @@ typedef struct _dmenu {
char *prompt; /* Our prompt */
char *helpline; /* Line of help at bottom */
char *helpfile; /* Help file for "F1" */
-#if (__STDC_VERSION__ >= 199901L) || (__GNUC__ >= 3)
dialogMenuItem items[]; /* Array of menu items */
-#elif __GNUC__
- dialogMenuItem items[0]; /* Array of menu items */
-#else
-#error "Create hack for C89 and K&R compilers."
-#endif
} DMenu;
/* An rc.conf variable */
OpenPOWER on IntegriCloud