aboutsummaryrefslogtreecommitdiff
path: root/src/interp/sys-macros.lisp
diff options
context:
space:
mode:
authordos-reis <gdr@axiomatics.org>2011-02-24 08:35:54 +0000
committerdos-reis <gdr@axiomatics.org>2011-02-24 08:35:54 +0000
commitb297c03b5d2d5a6d88edc5e44548da67ee7c7082 (patch)
tree6671505af7c2c2c5b3428577d07a18f8dfacfe2d /src/interp/sys-macros.lisp
parent8e0d8383d1c9ee1ae269400dac75f185d465dcc1 (diff)
downloadopen-axiom-b297c03b5d2d5a6d88edc5e44548da67ee7c7082.tar.gz
more cleanups
Diffstat (limited to 'src/interp/sys-macros.lisp')
-rw-r--r--src/interp/sys-macros.lisp5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/interp/sys-macros.lisp b/src/interp/sys-macros.lisp
index fac17612..0e2ec836 100644
--- a/src/interp/sys-macros.lisp
+++ b/src/interp/sys-macros.lisp
@@ -1,6 +1,6 @@
;; Copyright (c) 1991-2002, The Numerical Algorithms Group Ltd.
;; All rights reserved.
-;; Copyright (C) 2007-2010, Gabriel Dos Reis.
+;; Copyright (C) 2007-2011, Gabriel Dos Reis.
;; All rights reserved.
;;
;; Redistribution and use in source and binary forms, with or without
@@ -1259,3 +1259,6 @@
(defmacro |spadConstant| (dollar n)
`(spadcall (svref ,dollar (the fixnum ,n))))
+
+(defmacro |getShellEntry| (dollar n)
+ `(svref ,dollar ,n))