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

Diff of /gcl/o/error.c

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

revision 1.16 by camm, Tue Jun 10 13:28:11 2003 UTC revision 1.17 by camm, Tue Jul 15 18:03:38 2003 UTC
# Line 238  DEFUNO_NEW("CERROR",object,fLcerror,LISP Line 238  DEFUNO_NEW("CERROR",object,fLcerror,LISP
238    b[3]=null_string;    b[3]=null_string;
239    b[4]=fmt_string;    b[4]=fmt_string;
240    i=4;    i=4;
241      n--;
242    va_start(ap,fmt_string);    va_start(ap,fmt_string);
243    while (--n)    while (--n)
244      b[++i]=va_arg(ap,object);      b[++i]=va_arg(ap,object);

Legend:
Removed from v.1.16  
changed lines
  Added in v.1.17

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