Author: chromatic
Date: Sat Apr  7 23:55:16 2007
New Revision: 18036

Modified:
   trunk/compilers/imcc/main.c

Log:
Renamed imcc_version to Parrot_version in preparation for main() move.

Modified: trunk/compilers/imcc/main.c
==============================================================================
--- trunk/compilers/imcc/main.c (original)
+++ trunk/compilers/imcc/main.c Sat Apr  7 23:55:16 2007
@@ -112,7 +112,7 @@
 
 
 static void
-imcc_version(Interp *interp)
+Parrot_version(Interp *interp)
 {
     int rev = PARROT_REVISION;
     printf("This is parrot version " PARROT_VERSION);
@@ -277,7 +277,7 @@
                 exit(0);
                 break;
             case 'V':
-                imcc_version(interp);
+                Parrot_version(interp);
                 break;
             case 'r':
                 ++run_pbc;

Reply via email to