/[gcl]/gcl/o/list.d
ViewVC logotype

Diff of /gcl/o/list.d

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

revision 1.37 by mjthomas, Fri Oct 21 04:45:42 2005 UTC revision 1.38 by camm, Sun Nov 6 18:07:37 2005 UTC
# Line 303  object list(fixnum n,...) { Line 303  object list(fixnum n,...) {
303    va_start(ap,n);    va_start(ap,n);
304    
305    CHECK_INTERRUPT;    CHECK_INTERRUPT;
306    if (tm->tm_nfree < n )  {    if (stack_alloc_start || tm->tm_nfree < n )  {
307            
308      object *p = vs_top;      object *p = vs_top;
309            

Legend:
Removed from v.1.37  
changed lines
  Added in v.1.38

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