summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Build/source/texk/kpathsea/win32lib.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/Build/source/texk/kpathsea/win32lib.h b/Build/source/texk/kpathsea/win32lib.h
index 6c1e19cabee..beaf9f8d5cd 100644
--- a/Build/source/texk/kpathsea/win32lib.h
+++ b/Build/source/texk/kpathsea/win32lib.h
@@ -1,4 +1,4 @@
-/* This file is public domain. */
+/* Public domain. */
#ifndef _WIN32LIB_H_
#define _WIN32LIB_H_
@@ -43,10 +43,10 @@
#endif /*__STDC__*/
-//This is not defined even if !__STDC__
+/*This is not defined even if !__STDC__*/
#define snprintf _snprintf
-//The gnu name is different
+/*The gnu name is different*/
#define strcasecmp stricmp
#endif