aboutsummaryrefslogtreecommitdiff
path: root/src/interp/postpar.boot
diff options
context:
space:
mode:
authordos-reis <gdr@axiomatics.org>2008-04-14 01:59:56 +0000
committerdos-reis <gdr@axiomatics.org>2008-04-14 01:59:56 +0000
commit663089e7f95f4901a46939ef34c60982dd5aadda (patch)
tree591d333d98a1eaf5b3c22d57e75ece8c56f9619b /src/interp/postpar.boot
parentc5659a8580de5b531891c6703465c84add9fbb1b (diff)
downloadopen-axiom-663089e7f95f4901a46939ef34c60982dd5aadda.tar.gz
Various cleanups.
Diffstat (limited to 'src/interp/postpar.boot')
-rw-r--r--src/interp/postpar.boot2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/interp/postpar.boot b/src/interp/postpar.boot
index fc59b59f..33602a10 100644
--- a/src/interp/postpar.boot
+++ b/src/interp/postpar.boot
@@ -152,7 +152,7 @@ postAtom x ==
x=0 => '(Zero)
x=1 => '(One)
EQ(x,'T) => 'T_$ -- rename T in spad code to T$
- IDENTP x and GETDATABASE(x,'NILADIC) => LIST x
+ IDENTP x and niladicConstructorFromDB x => LIST x
x
postBlock ["Block",:l,x] ==