aboutsummaryrefslogtreecommitdiff
path: root/src/interp/sys-constants.boot
diff options
context:
space:
mode:
Diffstat (limited to 'src/interp/sys-constants.boot')
-rw-r--r--src/interp/sys-constants.boot6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/interp/sys-constants.boot b/src/interp/sys-constants.boot
index b27e8aa4..a9ea9abb 100644
--- a/src/interp/sys-constants.boot
+++ b/src/interp/sys-constants.boot
@@ -1,6 +1,6 @@
-- Copyright (c) 1991-2002, The Numerical Algorithms Group Ltd.
-- All rights reserved.
--- Copyright (C) 2007-2009, Gabriel Dos Reis.
+-- Copyright (C) 2007-2010, Gabriel Dos Reis.
-- All rights reserved.
--
-- Redistribution and use in source and binary forms, with or without
@@ -629,7 +629,7 @@ $EmptyVector ==
++ A symbol denoting failure
$failure ==
- GENSYM()
+ gensym()
++ The initial modemap frame
$InitialModemapFrame ==
@@ -719,7 +719,7 @@ $quitTag ==
)elseif %hasFeature KEYWORD::SBCL
QUOTE SB_-INT::TOPLEVEL_-CATCHER
)else
- GENSYM()
+ gensym()
)endif
--% Constants for OpenAxiom IPC