/usr/share/maxima/5.32.1/src/generate-sys-proclaim.lisp is in maxima-src 5.32.1-1.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 | (load "../lisp-utils/defsystem.lisp")
(compiler::emit-fn t)
(load "../lisp-utils/make-proclaim.lisp")
(mk::oos "maxima" :compile :verbose t)
(compiler::make-all-proclaims "*/*.fn" "*/*/*/*.fn")
|