Re docs
[p5sagit/p5-mst-13.2.git] / miniperlmain.c
index b6c5c65..5b075a5 100644 (file)
@@ -14,14 +14,7 @@ static void xs_init _((void));
 static PerlInterpreter *my_perl;
 
 int
-#ifdef CAN_PROTOTYPE
 main(int argc, char **argv, char **env)
-#else
-main(argc, argv, env)
-int argc;
-char **argv;
-char **env;
-#endif
 {
     int exitstatus;
 
@@ -32,7 +25,7 @@ char **env;
 #include "perlvars.h"
 #undef PERLVAR
 #undef PERLVARI
-#undef PERLVARC
+#undef PERLVARIC
 #endif
 
     PERL_SYS_INIT(&argc,&argv);