aboutsummaryrefslogtreecommitdiff
path: root/src/interp/astr.boot
diff options
context:
space:
mode:
authordos-reis <gdr@axiomatics.org>2009-01-04 12:50:32 +0000
committerdos-reis <gdr@axiomatics.org>2009-01-04 12:50:32 +0000
commit151f227545f5afa179bd1d0c4b179aa0a83b82f5 (patch)
tree335122f4d0615cf6d8f298dfcf5becfa2030de0b /src/interp/astr.boot
parentad0d6445de436a1c7c04cfe14316d620cb9202b3 (diff)
downloadopen-axiom-151f227545f5afa179bd1d0c4b179aa0a83b82f5.tar.gz
* interp/buildom.boot (createEnum): Fix quoting.
* interp/compat.boot (system): Likewise. * interp/astr.boot (ncEltQ): Fix declaration. * interp/compiler.boot (compMapCond'): Likewise. (compMapCond): Likewise. (compMapCondFun): Remove declaration.
Diffstat (limited to 'src/interp/astr.boot')
-rw-r--r--src/interp/astr.boot4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/interp/astr.boot b/src/interp/astr.boot
index b506c23a..3ccabe7d 100644
--- a/src/interp/astr.boot
+++ b/src/interp/astr.boot
@@ -1,6 +1,6 @@
-- Copyright (c) 1991-2002, The Numerical ALgorithms Group Ltd.
-- All rights reserved.
--- Copyright (C) 2007, Gabriel Dos Reis.
+-- Copyright (C) 2007-2009, Gabriel Dos Reis.
-- All rights reserved.
--
-- Redistribution and use in source and binary forms, with or without
@@ -36,7 +36,7 @@ namespace BOOT
module astr where
ncTag: %Thing -> %Symbol
ncAlist: %Thing -> %List
- ncEltQ: %List -> %Thing
+ ncEltQ: (%List,%Thing) -> %Thing
ncPutQ: (%List,%Thing,%Thing) -> %Thing
--% Attributed Structures (astr)