diff options
Diffstat (limited to 'Build/source/texk/kpathsea/c-std.h')
-rw-r--r-- | Build/source/texk/kpathsea/c-std.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Build/source/texk/kpathsea/c-std.h b/Build/source/texk/kpathsea/c-std.h index 40e0ce78bd0..6d0169d16ae 100644 --- a/Build/source/texk/kpathsea/c-std.h +++ b/Build/source/texk/kpathsea/c-std.h @@ -22,7 +22,7 @@ /* Header files that essentially all of our sources need, and that all implementations have. We include these first, to help with NULL being defined multiple times. */ -/* Workaround against a <math.h> MSVC bug : it can't be declared +/* Workaround against a <math.h> MSVC bug : it can't be declared extern "C" in a c++ source file. */ #ifndef __cplusplus #include <math.h> |