summaryrefslogtreecommitdiff
path: root/gcc/doc/melt.texi
diff options
context:
space:
mode:
authorbstarynk <bstarynk@138bc75d-0d04-0410-961f-82ee72b054a4>2009-10-13 13:05:58 +0000
committerbstarynk <bstarynk@138bc75d-0d04-0410-961f-82ee72b054a4>2009-10-13 13:05:58 +0000
commit38da1460b58114cf1be68cc14ddc80a3d3e0b94d (patch)
tree475952000ac78a8cc2145b4aa7c251bb517af240 /gcc/doc/melt.texi
parentdb4c2b435453a05e10dab791f53b738e474c45ec (diff)
downloadgcc-38da1460b58114cf1be68cc14ddc80a3d3e0b94d.tar.gz
2009-10-13 Basile Starynkevitch <basile@starynkevitch.net>
[renamed command to mode] * doc/melt.texi: updated. * melt-make.mk: added dependency on warmelt-predef.melt. warmeltallbig produces the warmelt*0.c file in build directory! * run-melt.h: removed temporary #define-s of MELTGLOB_CLASS_MELT_COMMAND & FSYSDAT_COMMAND_DICT. * testsuite/melt/testrun1.melt: removed file. * melt-runtime.c: renamed command to mode everywhere! (melt_garbcoll) when not quiet_mode, show stats on stderr! (readmacrostringsequence): added warnings when macrostring contains #{ without escapes. This probably means a badly closed previous macrostring. (do_initial_mode): renamed, it was do_initial_command before. (load_melt_modules_and_do_mode): renamed, it was load_melt_modules_and_do_command before. (melt_really_initialize) call changed to load_melt_modules_and_do_mode. * melt/ana-simple.melt: renamed command as mode everywhere. * melt/warmelt-outobj.melt: renamed install_melt_command as install_melt_mode. and fields meltcmd_* as meltmode_*, eg meltmode_help meltmode_fun. [regenerated since renamed command as mode etc...] * melt/warmelt-macro-0.c: regenerated. * melt/warmelt-outobj-0.c: regenerated. * melt/warmelt-genobj-0.c: regenerated. * melt/warmelt-normatch-0.c: regenerated. * melt/warmelt-normal-0.c: regenerated. * melt/warmelt-first-0.c: regenerated. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/branches/melt-branch@152706 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/doc/melt.texi')
-rw-r--r--gcc/doc/melt.texi8
1 files changed, 4 insertions, 4 deletions
diff --git a/gcc/doc/melt.texi b/gcc/doc/melt.texi
index 8f1ba6a9e75..500baecfbc8 100644
--- a/gcc/doc/melt.texi
+++ b/gcc/doc/melt.texi
@@ -178,12 +178,12 @@ The table below lists all MELT specific options, in alphabetical order.
@opindex fmelt
This flag (called the MELT mode flag) is required for every MELT
enabled compilation. If it is not given, no MELT specific processing
-is done. If given, this gives the command to be executed before any
-MELT passes. It uses the @code{:sysdata_cmd_fundict} field of
+is done. If given, this gives the mode to be used before any
+MELT passes. It uses the @code{:sysdata_mode_dict} field of
@code{INITIAL_SYSTEM_DATA} internal object of MELT to determine the
-MELT function applied to execute the command. If this application
+MELT function applied to execute the mode. If this application
returns nil, no GCC compilation occur (i.e. no @code{*.c} or
-@code{*.cc} etc@dots{} source file is read). Hence, some commands may
+@code{*.cc} etc@dots{} source file is read). Hence, some modes may
be used for their side-effects. In particular, the compilation of MELT
lisp source file @code{*.melt} into C code @code{*.c} is done this
way.