enum renamed (asked for compilation under windows)

This commit is contained in:
unknown 2003-08-28 13:21:30 +03:00
commit 834cfbd190
3 changed files with 20 additions and 20 deletions

View file

@ -51,7 +51,7 @@ public:
/* changed engine indicator */
bool engine_changed;
enum trans_res {OK, REDUCE, ERROR};
enum trans_res {RES_OK, RES_REDUCE, RES_ERROR};
enum subs_type {UNKNOWN_SUBS, SINGLEROW_SUBS,
EXISTS_SUBS, IN_SUBS, ALLANY_SUBS};