diff options
Diffstat (limited to 'src/interp/newaux.lisp')
-rw-r--r-- | src/interp/newaux.lisp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/interp/newaux.lisp b/src/interp/newaux.lisp index d8ac603e..182e6135 100644 --- a/src/interp/newaux.lisp +++ b/src/interp/newaux.lisp @@ -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 @@ -179,7 +179,7 @@ ( + (- (>)) ) ( - (>) ) ( < (=) (<) ) - ;; ( / (\\) ) breaks */xxx + ( / (\\) ) ( \\ (/) ) ( > (=) (>) (\))) ( = (= (>)) (>) ) |