diff options
Diffstat (limited to 'Build/source/texk/kpathsea/debug.h')
-rw-r--r-- | Build/source/texk/kpathsea/debug.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Build/source/texk/kpathsea/debug.h b/Build/source/texk/kpathsea/debug.h index 790f5e7e101..45180646c12 100644 --- a/Build/source/texk/kpathsea/debug.h +++ b/Build/source/texk/kpathsea/debug.h @@ -43,7 +43,7 @@ _CrtSetReportFile( _CRT_ASSERT, _CRTDBG_FILE_STDOUT );\ } #else /* ! _DEBUG */ -#define SET_CRT_DEBUG_FIELD(a) +#define SET_CRT_DEBUG_FIELD(a) #define CLEAR_CRT_DEBUG_FIELD(a) #define SETUP_CRTDBG #endif /* _DEBUG */ |