Removed definition "LIB= rpc". We want libc.a to contain librpc.a, not
[unix-history] / .ref-BSD-4_3_Net_2 / usr / src / usr.bin / lisp / lisplib / jkfmacs.l
CommitLineData
6502a929
C
1(setq SCCS-jkfmacs "%Z%%M% %I% %G%")
2
3;------ jkfmacs :: common and useful macros
4;
5;; as of Franz opus 38.36 all the macros in this file all available in
6;; the standard lisp system, so there is no reason to load this file.
7;;
8
9(msg "message from jkfmacs: " N
10 "All the macros in this file are now available in the default franz." N
11 "Thus you should not be loading jkfmacs." N
12 "One warning: the order of the arguments is different in the version " N
13 "of the push macro in the default franz. it is now (push val stack) " N
14 "You should check your code " N
15 "Also, there isn't an 'unpush' macro any more " N)