Skip to content

Commit

Permalink
rename jit2h.pl -> jit2c.pl:
Browse files Browse the repository at this point in the history
    fix root.in
    fix docs/jit.pod

git-svn-id: https://svn.parrot.org/parrot/trunk@11674 d31e2699-5ff4-0310-a27c-f18f2fbe73fe
  • Loading branch information
Joshua Hoblitt committed Feb 20, 2006
1 parent e42eec3 commit ff71628
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion config/gen/makefiles/root.in
Expand Up @@ -124,7 +124,7 @@ LINTOPTS =

INNO_SETUP = iscc

JIT_BUILD_TOOL = $(BUILD_TOOLS_DIR)/jit2h.pl
JIT_BUILD_TOOL = $(BUILD_TOOLS_DIR)/jit2c.pl

###############################################################################
#
Expand Down
4 changes: 2 additions & 2 deletions docs/jit.pod
Expand Up @@ -63,7 +63,7 @@ B<Parrot_jit_emit_mov*> functions have to be implemented.

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
Expand Down Expand Up @@ -107,7 +107,7 @@ these offsets while executing native code.

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>.

Expand Down

0 comments on commit ff71628

Please sign in to comment.