diff options
author | dos-reis <gdr@axiomatics.org> | 2008-05-22 15:25:13 +0000 |
---|---|---|
committer | dos-reis <gdr@axiomatics.org> | 2008-05-22 15:25:13 +0000 |
commit | d8a4d498a6a0d1d34e25b6838b6450bd7d3e646f (patch) | |
tree | 235371f427deb172ac4d2920539094d20b12b20b /src/ChangeLog | |
parent | 3b89765b4d9c01a2f083e08b569e9b33b16ac617 (diff) | |
download | open-axiom-d8a4d498a6a0d1d34e25b6838b6450bd7d3e646f.tar.gz |
Avoid numeric constants macros.
Diffstat (limited to 'src/ChangeLog')
-rw-r--r-- | src/ChangeLog | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 1f7213cd..b3772f79 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,5 +1,7 @@ 2008-05-22 Gabriel Dos Reis <gdr@cs.tamu.edu> + * hyper/token.h: Avoid numeric constants macros. + * hyper/hyper.h: Move lexing stuff to hyper/lex.h * hyper/htadd.c: Don't include hyper.h. Include cfuns.h and node.h instead. |