summaryrefslogtreecommitdiff
path: root/wince/perlmain.c
diff options
context:
space:
mode:
authorH.Merijn Brand <h.m.brand@xs4all.nl>2001-12-29 21:38:59 +0100
committerJarkko Hietaniemi <jhi@iki.fi>2001-12-29 20:17:55 +0000
commitcb69f87a007debfba124ee7db6ef7f6a2ac42df7 (patch)
treebbebb41aaeae6ba3d9971476a732fd1eb34f8792 /wince/perlmain.c
parent9250d75a95295dd09aed581838f0b619792911cd (diff)
downloadperl-cb69f87a007debfba124ee7db6ef7f6a2ac42df7.tar.gz
from the non-ANSI comment police (was: it won't compile on win32)
Message-Id: <20011229203646.24CF.H.M.BRAND@hccnet.nl> (NetWare tree not touched because it's very //) p4raw-id: //depot/perl@13939
Diffstat (limited to 'wince/perlmain.c')
-rw-r--r--wince/perlmain.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/wince/perlmain.c b/wince/perlmain.c
index 86e6c95524..cebbfb3d0f 100644
--- a/wince/perlmain.c
+++ b/wince/perlmain.c
@@ -1,4 +1,4 @@
-// Time-stamp: <01/08/01 20:58:19 keuchel@w2k>
+/* Time-stamp: <01/08/01 20:58:19 keuchel@w2k> */
#include "EXTERN.h"
#include "perl.h"
@@ -14,7 +14,7 @@ int _CRT_glob = 0;
#endif
-// Called from w32console/wmain.c
+/* Called from w32console/wmain.c */
int
main(int argc, char **argv, char **env)