Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 30595
Collapse All | Expand All

(-)maxima-5.9.0/src/maxima-package.lisp.orig (-1 / +1 lines)
Lines 113-119 Link Here
113
(import '( si::*info-paths* ) "MAXIMA" )
113
(import '( si::*info-paths* ) "MAXIMA" )
114
114
115
;; detect which version of clisp REGEXP we have
115
;; detect which version of clisp REGEXP we have
116
#+clisp
116
#+(and clisp ignore)
117
(if (find-package "REGEXP") 
117
(if (find-package "REGEXP") 
118
  (push (cond ((apply (intern "REGEXP-EXEC" "REGEXP") 
118
  (push (cond ((apply (intern "REGEXP-EXEC" "REGEXP") 
119
                      (list (apply (intern "REGEXP-COMPILE" "REGEXP")
119
                      (list (apply (intern "REGEXP-COMPILE" "REGEXP")

Return to bug 30595