From a0887505eb112708e36bac24d1ee7949588fc215 Mon Sep 17 00:00:00 2001 From: dshaligram Date: Wed, 7 Mar 2007 06:02:32 +0000 Subject: Kill hard tabs in .h files and crawl_options.txt. Turn off mp_warning by default. git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@990 c06c8d41-db1a-0410-9941-cceddc491573 --- crawl-ref/source/libw32c.h | 5 ----- 1 file changed, 5 deletions(-) (limited to 'crawl-ref/source/libw32c.h') diff --git a/crawl-ref/source/libw32c.h b/crawl-ref/source/libw32c.h index 730c1ea0b8..bb29497292 100644 --- a/crawl-ref/source/libw32c.h +++ b/crawl-ref/source/libw32c.h @@ -8,11 +8,6 @@ #define WIN_NUMBER_OF_LINES 25 #include -// I think the following definition is all we need from STD namespace.. -#ifdef __IBMCPP__ // Borland 5.01 doesn't seem to need this -typedef std::basic_string string; -#endif - #include void init_libw32c(void); -- cgit v1.2.3-54-g00ecf