diff options
Diffstat (limited to 'shen/rms-sysdep.lisp')
-rw-r--r-- | shen/rms-sysdep.lisp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/shen/rms-sysdep.lisp b/shen/rms-sysdep.lisp new file mode 100644 index 0000000..48dcd93 --- /dev/null +++ b/shen/rms-sysdep.lisp @@ -0,0 +1 @@ +(DEFUN sqrt (X) (SQRT X)) |