Revert to previous revision: the white-space problem had already been

fixed in the commited version ...
This commit is contained in:
Stefan Eßer 2003-12-09 00:45:40 +00:00
parent ea8c8788a9
commit 0531d23df9
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=95436
2 changed files with 2 additions and 2 deletions

View File

@ -9,7 +9,7 @@
+#define TnmStat stat
+#else
#define TnmCreateDirectory TclpCreateDirectory
-#if TCL_MAJOR_VERSION == 8 && TCL_MINOR_VERSION == 8 && TCL_RELEASE_SERIAL > 2
-#if TCL_MAJOR_VERSION == 8 && TCL_MINOR_VERSION == 8 && TCL_RELEASE_SERIAL > 2
+#if TCL_MAJOR_VERSION == 8 && TCL_MINOR_VERSION == 3 && TCL_RELEASE_SERIAL > 2
#define TnmStat TclStat
#else

View File

@ -9,7 +9,7 @@
+#define TnmStat stat
+#else
#define TnmCreateDirectory TclpCreateDirectory
-#if TCL_MAJOR_VERSION == 8 && TCL_MINOR_VERSION == 8 && TCL_RELEASE_SERIAL > 2
-#if TCL_MAJOR_VERSION == 8 && TCL_MINOR_VERSION == 8 && TCL_RELEASE_SERIAL > 2
+#if TCL_MAJOR_VERSION == 8 && TCL_MINOR_VERSION == 3 && TCL_RELEASE_SERIAL > 2
#define TnmStat TclStat
#else