6a73e85ad1
. only good for obsolete K&R support . also remove a stray ansi.h and the proto cmd
12 lines
267 B
C
12 lines
267 B
C
|
|
#ifdef _TABLE
|
|
#undef EXTERN
|
|
#define EXTERN
|
|
#endif
|
|
|
|
EXTERN message m_in; /* request message */
|
|
EXTERN message m_out; /* reply message */
|
|
EXTERN struct state state; /* global state */
|
|
EXTERN struct opt opt; /* global options */
|
|
|
|
extern int(*call_vec[]) (void);
|