Move getpos return values to header

This commit is contained in:
Pasi Kallinen
2016-09-24 17:07:42 +03:00
parent ce315311f5
commit a6d2a48b25
2 changed files with 8 additions and 6 deletions

View File

@@ -958,12 +958,6 @@ const char **firstmatch;
return found;
}
/* getpos() return values */
#define LOOK_TRADITIONAL 0 /* '.' -- ask about "more info?" */
#define LOOK_QUICK 1 /* ',' -- skip "more info?" */
#define LOOK_ONCE 2 /* ';' -- skip and stop looping */
#define LOOK_VERBOSE 3 /* ':' -- show more info w/o asking */
/* also used by getpos hack in do_name.c */
const char what_is_an_unknown_object[] = "an unknown object";