Author: jhoblitt
Date: Sun Feb 19 22:31:06 2006
New Revision: 11674

Modified:
   trunk/config/gen/makefiles/root.in
   trunk/docs/jit.pod
Log:
rename jit2h.pl -> jit2c.pl:
    fix root.in
    fix docs/jit.pod

Modified: trunk/config/gen/makefiles/root.in
==============================================================================
--- trunk/config/gen/makefiles/root.in  (original)
+++ trunk/config/gen/makefiles/root.in  Sun Feb 19 22:31:06 2006
@@ -124,7 +124,7 @@ LINTOPTS   =
 
 INNO_SETUP = iscc
 
-JIT_BUILD_TOOL = $(BUILD_TOOLS_DIR)/jit2h.pl
+JIT_BUILD_TOOL = $(BUILD_TOOLS_DIR)/jit2c.pl
 
 ###############################################################################
 #

Modified: trunk/docs/jit.pod
==============================================================================
--- trunk/docs/jit.pod  (original)
+++ trunk/docs/jit.pod  Sun Feb 19 22:31:06 2006
@@ -63,7 +63,7 @@ B<Parrot_jit_emit_mov*> functions have t
 
 The functions to generate native code for core parrot opcodes are specified
 here. To simplify the maintenance of these functions, they are specified in a
-format that is pre-processed by F<jit2h.pl> to produce a valid C source file,
+format that is pre-processed by F<jit2c.pl> to produce a valid C source file,
 F<jit_cpu.c>. See L<Format of .jit Files> below.
 
 =item include/parrot/jit.h
@@ -107,7 +107,7 @@ these offsets while executing native cod
 
 See F<src/jit/skeleton/jit_emit.h> for details.
 
-=item jit2h.pl
+=item jit2c.pl
 
 Preprocesses the .jit files to produce F<jit_cpu.c>.
 

Reply via email to