From dbbc18b48695c2339520e9ba1e640f7559ff2e8a Mon Sep 17 00:00:00 2001 From: dos-reis Date: Mon, 27 Dec 2010 08:39:14 +0000 Subject: * boot/initial-env.lisp (IDENTP): Remove. * boot/ast.boot: Replace IDENTP with symbol? where appropriate. * boot/parser.boot: Likewise. * boot/translator.boot: Likewise. --- src/ChangeLog | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'src/ChangeLog') diff --git a/src/ChangeLog b/src/ChangeLog index 6c28c380..7912902e 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,10 @@ +2010-12-27 Gabriel Dos Reis + + * boot/initial-env.lisp (IDENTP): Remove. + * boot/ast.boot: Replace IDENTP with symbol? where appropriate. + * boot/parser.boot: Likewise. + * boot/translator.boot: Likewise. + 2010-12-27 Gabriel Dos Reis * boot/includer.boot (char): Move to token.boot. -- cgit v1.2.3