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

Diff of /gcl/o/cmpaux.c

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

revision 1.23 by camm, Sat Jul 24 13:14:29 2004 UTC revision 1.24 by mjthomas, Tue Nov 23 07:30:25 2004 UTC
# Line 43  DEFUNO_NEW("SPECIALP",object,fSspecialp, Line 43  DEFUNO_NEW("SPECIALP",object,fSspecialp,
43          RETURN1(sym);          RETURN1(sym);
44  }  }
45    
46  DEF_ORDINARY("DEBUG",sSdebug,SI,"");  DEF_ORDINARY("DEBUGGER",sSdebug,SI,"");
47    
48  DEFUN_NEW("DEFVAR1",object,fSdefvar1,SI  DEFUN_NEW("DEFVAR1",object,fSdefvar1,SI
49         ,2,3,NONE,OO,OO,OO,OO,(object sym,object val,...),"")         ,2,3,NONE,OO,OO,OO,OO,(object sym,object val,...),"")
# Line 66  DEFUN_NEW("DEFVAR1",object,fSdefvar1,SI Line 66  DEFUN_NEW("DEFVAR1",object,fSdefvar1,SI
66        }        }
67    
68    
69  DEFUN_NEW("DEBUG",object,fSdebug,SI  DEFUN_NEW("DEBUGGER",object,fSdebug,SI
70         ,2,2,NONE,OO,OO,OO,OO,(object sym,object val),"")         ,2,2,NONE,OO,OO,OO,OO,(object sym,object val),"")
71  { /* 2 args */  { /* 2 args */
72    putprop(sym,val,sSdebug);    putprop(sym,val,sSdebug);

Legend:
Removed from v.1.23  
changed lines
  Added in v.1.24

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