summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/msvc.h
diff options
context:
space:
mode:
authorAdam Borowski <kilobyte@angband.pl>2011-05-01 19:16:02 +0200
committerAdam Borowski <kilobyte@angband.pl>2011-05-01 20:15:13 +0200
commitf5be6fcaf885a59092cff4828fe8fe8f661fed28 (patch)
tree23b514e65faac089e0a013d1ed822676d4a62230 /crawl-ref/source/msvc.h
parentb413922f74dbf2f5dbaae38f8c6f184529c008eb (diff)
downloadcrawl-ref-f5be6fcaf885a59092cff4828fe8fe8f661fed28.tar.gz
crawl-ref-f5be6fcaf885a59092cff4828fe8fe8f661fed28.zip
Get rid of itoa().
Even worse, it had two redundant implementations.
Diffstat (limited to 'crawl-ref/source/msvc.h')
-rw-r--r--crawl-ref/source/msvc.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/crawl-ref/source/msvc.h b/crawl-ref/source/msvc.h
index 576e27e93f..f3866733b9 100644
--- a/crawl-ref/source/msvc.h
+++ b/crawl-ref/source/msvc.h
@@ -12,7 +12,6 @@
#include <math.h>
#define fileno _fileno
-#define itoa _itoa
#define snprintf _snprintf
#define strcasecmp _stricmp
#define strdup _strdup