Skip to content
Snippets Groups Projects
Commit faf91f90 authored by rswindell's avatar rswindell
Browse files

Eliminated (non-identical) duplicate definition of ANSI macro constant.

parent 03663ce5
No related branches found
No related tags found
No related merge requests found
......@@ -388,7 +388,7 @@ typedef enum { /* Values for xtrn_t.event */
/* Bits in xtrn_t.misc */
#define MULTIUSER (1<<0) /* allow multi simultaneous users */
#define ANSI (1<<1) /* user must have ANSI, same as ^^^ */
#define XTRN_ANSI (1<<1) /* user must have ANSI, same as ^^^ */
#define IO_INTS (1<<2) /* Intercept I/O interrupts */
#define MODUSERDAT (1<<3) /* Program can modify user data */
#define WWIVCOLOR (1<<4) /* Program uses WWIV color codes */
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment