In documentation for lreduce and rreduce, supply second argument as an explicit list
[maxima.git] / share / odepack / src / iumach.lisp
blob2e8047c32e3bd16d1dcb5706d7f5c3d883fd689c
1 ;;; Compiled by f2cl version:
2 ;;; ("f2cl1.l,v 95098eb54f13 2013/04/01 00:45:16 toy $"
3 ;;; "f2cl2.l,v 95098eb54f13 2013/04/01 00:45:16 toy $"
4 ;;; "f2cl3.l,v 96616d88fb7e 2008/02/22 22:19:34 rtoy $"
5 ;;; "f2cl4.l,v 96616d88fb7e 2008/02/22 22:19:34 rtoy $"
6 ;;; "f2cl5.l,v 95098eb54f13 2013/04/01 00:45:16 toy $"
7 ;;; "f2cl6.l,v 1d5cbacbb977 2008/08/24 00:56:27 rtoy $"
8 ;;; "macros.l,v 1409c1352feb 2013/03/24 20:44:50 toy $")
10 ;;; Using Lisp CMU Common Lisp snapshot-2017-01 (21B Unicode)
11 ;;;
12 ;;; Options: ((:prune-labels nil) (:auto-save t) (:relaxed-array-decls t)
13 ;;; (:coerce-assigns :as-needed) (:array-type ':array)
14 ;;; (:array-slicing t) (:declare-common nil)
15 ;;; (:float-format double-float))
17 (in-package "ODEPACK")
20 (defun iumach ()
21 (prog ((iumach 0))
22 (declare (type (f2cl-lib:integer4) iumach))
23 (setf iumach 6)
24 (go end_label)
25 end_label
26 (return (values iumach))))
28 (in-package #:cl-user)
29 #+#.(cl:if (cl:find-package '#:f2cl) '(and) '(or))
30 (eval-when (:load-toplevel :compile-toplevel :execute)
31 (setf (gethash 'fortran-to-lisp::iumach
32 fortran-to-lisp::*f2cl-function-info*)
33 (fortran-to-lisp::make-f2cl-finfo :arg-types 'nil
34 :return-values 'nil
35 :calls 'nil)))