Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Posting-Version: version B 2.10.1 6/24/83; site ucbvax.UUCP Path: utzoo!linus!decvax!tektronix!ucbcad!ucbvax!baden From: baden@ucbvax.UUCP Newsgroups: net.applic Subject: FP won't run under 4.2 Message-ID: <116@ucbvax.UUCP> Date: Tue, 25-Oct-83 03:44:20 EDT Article-I.D.: ucbvax.116 Posted: Tue Oct 25 03:44:20 1983 Date-Received: Wed, 26-Oct-83 09:42:29 EDT Organization: U.C. Berkeley Lines: 14 Berkeley FP is an implementation of the functional language, FP, due to John Backus. It was written in Franz Lisp. Owing to a change in the UNIX system calling convention, Berkley FP will *not* work under 4.2 -- core is dumped if any function applications are attempted (FP *will*, however, run under 4.1 and 4.1c). The two system calls, '(syscall 13),' in the file /usr/src/ucb/fp/fpMain.l, *must* be changed to '(sys:time)'. Scott B. Baden U. C. Berkeley (ucbvax!baden, baden@berkeley.kim)