diff options
author | Gabriel Dos Reis <gdr@axiomatics.org> | 2016-01-06 04:59:53 -0800 |
---|---|---|
committer | Gabriel Dos Reis <gdr@axiomatics.org> | 2016-01-06 04:59:53 -0800 |
commit | 390e8b6664a6e5fd58111b8d650d176825a877d3 (patch) | |
tree | 305ba29822c5b2dab625f6de0e4de942a0270e32 /src/ChangeLog | |
parent | 32d2c2039d6c3650f1c4ce6d9cd04df8000e66b3 (diff) | |
download | open-axiom-390e8b6664a6e5fd58111b8d650d176825a877d3.tar.gz |
macroExpand: Do not expand the definiendum in a definition.
Diffstat (limited to 'src/ChangeLog')
-rw-r--r-- | src/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index f5cd62a3..89e40198 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,8 @@ +2016-01-06 Gabriel Dos Reis <gdr@axiomatics.org> + + * interp/define.boot (macroExpand): Do not expand the definiendum, + except parameter types, in a definition. + 2015-12-31 Gabriel Dos Reis <gdr@axiomatics.org> * interp/compiler.boot (coerceEasy): Allow expansion of current |