File psl-1983/3-1/tests/stubs5.red artifact f5274cc99e part of check-in d9e362f11e


% STUBS5.RED - Stubs for TEST5 and Above

Fluid '(UndefnCode!* UndefnNarg!*);
on syslisp;

syslsp procedure UndefinedFunctionAuxAux;
% Interim version of UndefinedFunctionAux;
 Begin scalar FnId,Nargs;
    Nargs:=LispVar UndefnNarg!*;
    FnId := MkID (LispVar UndefnCode!*);
    Prin2 "Undefined Function ";
      Prin1 FnId;
       Prin2 " called with ";
        Prin2 Nargs;
         prin2T " args from compiled code";
     Quit;
  End;


% Some SYSLISP tools for debugging:

syslsp procedure INF x;
  Inf x;

syslsp procedure TAG x;
  TAG x;

syslsp procedure MKITEM(x,y);
  MkItem(X,y);

off syslisp;

End;




REDUCE Historical
REDUCE Sourceforge Project | Historical SVN Repository | GitHub Mirror | SourceHut Mirror | NotABug Mirror | Chisel Mirror | Chisel RSS ]