diff options
Diffstat (limited to 'gcc/melt/warmelt-first.melt')
-rw-r--r-- | gcc/melt/warmelt-first.melt | 16 |
1 files changed, 9 insertions, 7 deletions
diff --git a/gcc/melt/warmelt-first.melt b/gcc/melt/warmelt-first.melt index 0904b8343fb..6b24b5200cb 100644 --- a/gcc/melt/warmelt-first.melt +++ b/gcc/melt/warmelt-first.melt @@ -876,6 +876,7 @@ subclasses are produced by macro expanders.}# ) mocx_expfieldict ;dict of exported fields mocx_expclassdict ;dict of exported classes mocx_initialenv ;the initial environment + mocx_macroenv ;the macro environment mocx_funcount ;a boxed counter for defined functions mocx_filetuple ;vector for different generated files mocx_cflags ;cflags of generated module @@ -895,13 +896,14 @@ subclasses are produced by macro expanders.}# ) module or extension context of a translation. $MOCX_MODULENAME gives the module name, $MOCX_EXPFIELDICT gives the dictionnary of exported fields, $MOCX_EXPCLASSDICT gives the dictionnary of exported classes, -and $MOCX_INITIALENV the initial environment. $MOCX_FUNCOUNT is a -boxed integer counting the defined functions (excluding $LAMBDA-s, -counting only $DEFUN), used to help generate C code in several files, -described in $MOCX_FILETUPLE. $MOCX_CFLAGS is for the C compilation -flags of the module. $MOCX_LINKFLAGS is for the linking -flags. $MOCX_CHEADERLIST is the list of cheaders. $MOCX_CIMPLEMENTLIST -is the list of cimplements. $MOCX_STARTCOMMENT is the initial comment. +and $MOCX_INITIALENV the initial environment. $MOCX_MACROENV is the +environment for macros. $MOCX_FUNCOUNT is a boxed integer counting the +defined functions (excluding $LAMBDA-s, counting only $DEFUN), used to +help generate C code in several files, described in +$MOCX_FILETUPLE. $MOCX_CFLAGS is for the C compilation flags of the +module. $MOCX_LINKFLAGS is for the linking flags. $MOCX_CHEADERLIST is +the list of cheaders. $MOCX_CIMPLEMENTLIST is the list of +cimplements. $MOCX_STARTCOMMENT is the initial comment. $MOCX_GENDEVLIST is the list of instances of $CLASS_SOURCE_GENERATOR_DEVICE. $MOCX_ERRORHANDLER is the closure, if any, to call on errors. $MOCX_VARCOUNT is the counter for |