/[gcl]/gcl/o/macros.c
ViewVC logotype

Diff of /gcl/o/macros.c

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.8 by camm, Thu Oct 6 20:30:08 2005 UTC revision 1.9 by camm, Sun Nov 6 18:07:37 2005 UTC
# Line 167  macro_def(object form) Line 167  macro_def(object form)
167                  return(Cnil);                  return(Cnil);
168  }  }
169    
170  DEFUNO_NEW("MACROEXPAND",object,fLmacroexpand,LISP  DEFUNOM_NEW("MACROEXPAND",object,fLmacroexpand,LISP
171         ,1,2,NONE,OO,OO,OO,OO,void,Lmacroexpand,(object form,...),"")         ,1,2,NONE,OO,OO,OO,OO,void,Lmacroexpand,(object form,...),"")
172  {       int n=VFUN_NARGS;  {       int n=VFUN_NARGS;
173          object envir;          object envir;

Legend:
Removed from v.1.8  
changed lines
  Added in v.1.9

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26