summaryrefslogtreecommitdiff
path: root/Build/source/texk/kpathsea/win32lib.h
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2010-01-31 23:02:14 +0000
committerKarl Berry <karl@freefriends.org>2010-01-31 23:02:14 +0000
commit9aee0b49ef9fb140f764752ce7b7b3a911061178 (patch)
tree50d73a81c0a597d1b05a9f401604dbd39f9cfdbe /Build/source/texk/kpathsea/win32lib.h
parent4c687970924307eb16d66983b4b19983ad7bba64 (diff)
/* comments */
git-svn-id: svn://tug.org/texlive/trunk@16884 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/texk/kpathsea/win32lib.h')
-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