/[gcl]/gcl/cmpnew/cmpcall.c
ViewVC logotype

Diff of /gcl/cmpnew/cmpcall.c

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

revision 1.10 by camm, Tue Jul 15 18:03:36 2003 UTC revision 1.11 by camm, Tue Sep 2 20:32:42 2003 UTC
# Line 10  static object LI1(object V1,object first Line 10  static object LI1(object V1,object first
10          int narg = VFUN_NARGS; VMB1 VMS1 VMV1          int narg = VFUN_NARGS; VMB1 VMS1 VMV1
11          {register object V2;          {register object V2;
12          object V3;          object V3;
         Vcs[0]=Vcs[0];  
13          va_start(ap,first);          va_start(ap,first);
14          if(narg <1) too_few_arguments();          if(narg <1) too_few_arguments();
15          V2= V1;          V2= V1;
# Line 392  static object LI5(object V55,object V54, Line 391  static object LI5(object V55,object V54,
391          register object V57;          register object V57;
392          register object V58;          register object V58;
393          object V59;          object V59;
         Vcs[0]=Vcs[0];  
394          va_start(ap,first);          va_start(ap,first);
395          if(narg <2) too_few_arguments();          if(narg <2) too_few_arguments();
396          V56= V55;          V56= V55;
# Line 526  static object LI6(object first,...) Line 524  static object LI6(object first,...)
524          va_list ap;          va_list ap;
525          int narg = VFUN_NARGS; VMB6 VMS6 VMV6          int narg = VFUN_NARGS; VMB6 VMS6 VMV6
526          {register object V70;          {register object V70;
         Vcs[0]=Vcs[0];  
527          va_start(ap,first);          va_start(ap,first);
528          narg= narg - 0;          narg= narg - 0;
529          V71 = list_vector_new(narg,first,ap);          V71 = list_vector_new(narg,first,ap);
# Line 1523  static object LI16(object V204,object V2 Line 1520  static object LI16(object V204,object V2
1520          object V206;          object V206;
1521          object V207;          object V207;
1522          object V208;          object V208;
         Vcs[0]=Vcs[0];  
1523          va_start(ap,first);          va_start(ap,first);
1524          if(narg <3) too_few_arguments();          if(narg <3) too_few_arguments();
1525          V205= V204;          V205= V204;

Legend:
Removed from v.1.10  
changed lines
  Added in v.1.11

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