diff options
Diffstat (limited to 'src/interp/g-util.boot')
-rw-r--r-- | src/interp/g-util.boot | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/interp/g-util.boot b/src/interp/g-util.boot index cf7da6ce..c2463dc5 100644 --- a/src/interp/g-util.boot +++ b/src/interp/g-util.boot @@ -382,6 +382,7 @@ for x in [ -- symbol unary functions ['%gensym, :'GENSYM], + ['%sname, :'SYMBOL_-NAME], -- string unary functions ['%string?, :'STRINGP], |