summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/arena.h
diff options
context:
space:
mode:
authorAdam Borowski <kilobyte@angband.pl>2011-01-07 10:25:23 +0100
committerAdam Borowski <kilobyte@angband.pl>2011-01-07 10:27:00 +0100
commit310eb4a0d6058f18264326e6ff5e38d8be8dce63 (patch)
tree9032a103526d0d1bb30f25f255dff3e0498c4234 /crawl-ref/source/arena.h
parent3fe7f3a568470c836d09b63a88d8a2e22e2fc6b4 (diff)
downloadcrawl-ref-310eb4a0d6058f18264326e6ff5e38d8be8dce63.tar.gz
crawl-ref-310eb4a0d6058f18264326e6ff5e38d8be8dce63.zip
s/noreturn/NORETURN/ to unbreak Windows builds.
It did resolve in __declspec(noreturn) which is used by the system headers as well...
Diffstat (limited to 'crawl-ref/source/arena.h')
-rw-r--r--crawl-ref/source/arena.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/arena.h b/crawl-ref/source/arena.h
index 903f054857..db4e6ed666 100644
--- a/crawl-ref/source/arena.h
+++ b/crawl-ref/source/arena.h
@@ -14,7 +14,7 @@ struct mgen_data;
struct coord_def;
-noreturn void run_arena(const std::string& teams);
+NORETURN void run_arena(const std::string& teams);
monster_type arena_pick_random_monster(const level_id &place, int power,
int &lev_mons);