Author: jkeenan
Date: Mon Jan 21 19:31:38 2008
New Revision: 25122

Modified:
   trunk/compilers/imcc/main.c

Log:
Applying patch contributed by ajr in RT 48260 documenting previously 
undocumented Parrot functions. ajr++

Modified: trunk/compilers/imcc/main.c
==============================================================================
--- trunk/compilers/imcc/main.c (original)
+++ trunk/compilers/imcc/main.c Mon Jan 21 19:31:38 2008
@@ -226,8 +226,9 @@
 
 =item C<static void Parrot_version>
 
-Print out parrot version number and copyright message.
-Include warning if Configure's version # doesn't match.
+Print out parrot version number and copyright message.  Include warning if
+configuration and build were done at different revision numbers (applies only
+when working from repository -- not from release versions).
 
 =cut
 
@@ -762,8 +763,8 @@
 
 =item C<static void imcc_run_pbc>
 
-Write out or run Parrot bytecode. 
- RT#46149 no return value :-( 
+Write out or run Parrot bytecode.
+ RT#46149 no return value :-(
 
 =cut
 
@@ -799,7 +800,7 @@
 
 =item C<static void imcc_write_pbc>
 
-Output Packed bytecode file.
+Output packed bytecode file.
 
 =cut
 
@@ -877,7 +878,7 @@
 
 =item C<static void determine_output_file_type>
 
-Decide what kind of file we are to outout.
+Decide what kind of file we are to output.
 
 =cut
 

Reply via email to