From 95746496df9bc09763421a35bb5c3cbc1ff4ad54 Mon Sep 17 00:00:00 2001 From: Enne Walker Date: Sat, 31 Oct 2009 10:59:52 -0400 Subject: Adding you.in_branch(string) as a lua function. This also removes you.where_are_you() so as not to require lua scripts to know the value of C++ enums. This change also fixes stricmp incorrectly falling through to strcmp on non-MSVC platforms. --- crawl-ref/source/libunix.h | 1 - 1 file changed, 1 deletion(-) (limited to 'crawl-ref/source/libunix.h') diff --git a/crawl-ref/source/libunix.h b/crawl-ref/source/libunix.h index 11d5c8a019..8da80d559c 100644 --- a/crawl-ref/source/libunix.h +++ b/crawl-ref/source/libunix.h @@ -40,7 +40,6 @@ int kbhit(void); int putch(unsigned char chr); int putwch(unsigned chr); void put_colour_ch(int colour, unsigned ch); -extern "C" int stricmp(const char *str1, const char *str2); int translate_keypad(int keyin); int wherex(void); int wherey(void); -- cgit v1.2.3-54-g00ecf