Commit 1b7ca660 by Jim Wilson

(sys_siglist): Don't declare if DONT_DECLARE_SYS_SIGLIST is defined.

From-SVN: r6494
parent 0af900b7
......@@ -200,8 +200,10 @@ enum pass {
};
#ifndef NO_SYS_SIGLIST
#ifndef DONT_DECLARE_SYS_SIGLIST
extern char *sys_siglist[];
#endif
#endif
extern char *version_string;
static int vflag; /* true if -v */
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment