summaryrefslogtreecommitdiffstats
path: root/labb8/lib/StanfordCPPLib/private/tokenpatch.h
blob: d4930e5a062cd591d0bc40066d5aa90a281dccf4 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
/*
 * File: tokenpatch.h
 * ------------------
 * This file renames TokenType and WORD to avoid conflict with the
 * <windows.h> header.
 */

#ifdef _MSC_VER
#  define TokenType TokenTypeT
#  define WORD WORD_TC
#endif