summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/prebuilt/levcomp.tab.h
diff options
context:
space:
mode:
authorEnne Walker <ennewalker@users.sourceforge.net>2009-11-28 18:06:49 -0500
committerEnne Walker <ennewalker@users.sourceforge.net>2009-11-28 20:53:42 -0500
commit4fe67e14cab6affd2a69a864dda356440d50e0ca (patch)
tree47da4f5b30a1534a818aedfd7ea92ea0995268ca /crawl-ref/source/prebuilt/levcomp.tab.h
parent13d037ff0e1c6394157ab5ccf5593458a167447a (diff)
downloadcrawl-ref-4fe67e14cab6affd2a69a864dda356440d50e0ca.tar.gz
crawl-ref-4fe67e14cab6affd2a69a864dda356440d50e0ca.zip
Subvaults.
Vaults can now include other vaults as a part of their definition. These subvaults are currently included by tag only and replace glyphs in their parent vault. See documentation for more details. Vault:8 has been modified to use subvaults.
Diffstat (limited to 'crawl-ref/source/prebuilt/levcomp.tab.h')
-rw-r--r--crawl-ref/source/prebuilt/levcomp.tab.h46
1 files changed, 24 insertions, 22 deletions
diff --git a/crawl-ref/source/prebuilt/levcomp.tab.h b/crawl-ref/source/prebuilt/levcomp.tab.h
index 30f13807eb..6d66e054bb 100644
--- a/crawl-ref/source/prebuilt/levcomp.tab.h
+++ b/crawl-ref/source/prebuilt/levcomp.tab.h
@@ -72,16 +72,17 @@
LROCKTILE = 288,
FTILE = 289,
RTILE = 290,
- COMMA = 291,
- COLON = 292,
- PERC = 293,
- INTEGER = 294,
- CHARACTER = 295,
- STRING = 296,
- MAP_LINE = 297,
- MONSTER_NAME = 298,
- ITEM_INFO = 299,
- LUA_LINE = 300
+ SUBVAULT = 291,
+ COMMA = 292,
+ COLON = 293,
+ PERC = 294,
+ INTEGER = 295,
+ CHARACTER = 296,
+ STRING = 297,
+ MAP_LINE = 298,
+ MONSTER_NAME = 299,
+ ITEM_INFO = 300,
+ LUA_LINE = 301
};
#endif
/* Tokens. */
@@ -118,16 +119,17 @@
#define LROCKTILE 288
#define FTILE 289
#define RTILE 290
-#define COMMA 291
-#define COLON 292
-#define PERC 293
-#define INTEGER 294
-#define CHARACTER 295
-#define STRING 296
-#define MAP_LINE 297
-#define MONSTER_NAME 298
-#define ITEM_INFO 299
-#define LUA_LINE 300
+#define SUBVAULT 291
+#define COMMA 292
+#define COLON 293
+#define PERC 294
+#define INTEGER 295
+#define CHARACTER 296
+#define STRING 297
+#define MAP_LINE 298
+#define MONSTER_NAME 299
+#define ITEM_INFO 300
+#define LUA_LINE 301
@@ -140,8 +142,8 @@ typedef union YYSTYPE
const char *text;
raw_range range;
}
-/* Line 1489 of yacc.c. */
-#line 145 "levcomp.tab.h"
+/* Line 1529 of yacc.c. */
+#line 147 "levcomp.tab.h"
YYSTYPE;
# define yystype YYSTYPE /* obsolescent; will be withdrawn */
# define YYSTYPE_IS_DECLARED 1