Changes by: Jason J. Hickey (jyh at cs.caltech.edu)
Date: 2007-08-08 16:09:31 -0700 (Wed, 08 Aug 2007)
Revision: 11933
Log message:
Decided that export should be passed down from curried functions.
curry.MyCProgram() =
export
CFLAGS += -g
value $(CProgram)
Note this is in conflict with partial application(!) so we
may want to back it out.
If this were legal, we have to decide whether LDFLAGS would
get exported to the toplevel.
X = $(MyCProgram)
Changes | Path(relative to omake-branches/jumbo/curry/src/eval) |
+4 -3 | omake_eval.ml |