Changes by: Jason Hickey (jyh at cs.caltech.edu)
Date: 2005-04-26 15:04:51 -0700 (Tue, 26 Apr 2005)
Revision: 904
Log message:
A silly bug. For $(fun ...), the body was evaluated, the result
discarded, and the original body returned as the result:!
The addresses #452.
Changes | Path |
+1 -0 | omake/src/build/omake_builtin_fun.ml |
+4 -4 | omake/src/eval/omake_eval.ml |