Changes by: Jason Hickey (jyh at cs.caltech.edu)
Date: 2007-04-22 19:39:40 -0700 (Sun, 22 Apr 2007)
Revision: 10481
Log message:

      This is the minimal set of changes to be compilable by var3.
     
        - add a dummy autoload directive.
        - variables must be declared before they are used,
          even if they are lazy.  The following definition
          is rejected unless LATEXFLAGS is declared.
     
              public.PDFLATEXFLAGS = $`(LATEXFLAGS)

Changes  Path
+1 -0 omake-branches/0.9.8.x/lib/build/LaTeX.om
+10 -0 omake-branches/0.9.8.x/lib/configure/Configure.om
+1 -0 omake-branches/0.9.8.x/lib/configure/snprintf.om
+1 -0 omake-branches/0.9.8.x/src/env/omake_ast_lex.mll
+5 -3 omake-branches/0.9.8.x/src/env/omake_ir_ast.ml
+1 -0 omake-branches/0.9.8.x/src/ir/omake_symbol.ml