Changes by: Jason Hickey (jyh at cs.caltech.edu)
Date: 2004-08-26 18:35:32 -0700 (Thu, 26 Aug 2004)
Revision: 6142
Log message:
This is a branch to bring metaprl in line with the omake branch.
98% of these changes are just to .cvsignore files, which should
ignore .omc and .omo generated files.
There are a few changes to OMakefiles. This is because
the $'(...) sequence has been replaced by $`(...).
$'a b c' is now symmetric with $"a b c", as a quotation.
$'...' does not expand variables in the quotation, $"..." does.
This will probably be a very short-lived branch...
We can remove the tag later if this is a problem.