This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Fix a little syntax error, reported by Marcus Holland-Moritz
authorRafael Garcia-Suarez <rgarciasuarez@gmail.com>
Sun, 28 Dec 2003 18:41:35 +0000 (18:41 +0000)
committerRafael Garcia-Suarez <rgarciasuarez@gmail.com>
Sun, 28 Dec 2003 18:41:35 +0000 (18:41 +0000)
p4raw-id: //depot/perl@21990

win32/win32.c

index 66ff52c..3883757 100644 (file)
@@ -3207,7 +3207,7 @@ DllExport Off_t
 win32_tell(int fd)
 {
 #if defined(WIN64) || defined(USE_LARGE_FILES)
-#if defined(__BORLANDC__) /* buk *//
+#if defined(__BORLANDC__) /* buk */
     LARGE_INTEGER pos;
     pos.QuadPart = 0;
     pos.LowPart = SetFilePointer(