Changeset 4018


Ignore:
Timestamp:
09/23/03 14:55:45 (20 years ago)
Author:
piso
Message:

Work in progress.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/j/src/org/armedbear/lisp/Do.java

    r4011 r4018  
    33 *
    44 * Copyright (C) 2003 Peter Graves
    5  * $Id: Do.java,v 1.1 2003-09-23 12:57:30 piso Exp $
     5 * $Id: Do.java,v 1.2 2003-09-23 14:55:45 piso Exp $
    66 *
    77 * This program is free software; you can redistribute it and/or
     
    8282        // Look for tags.
    8383        Binding tags = null;
    84         LispObject remaining = args;
     84        LispObject remaining = body;
    8585        while (remaining != NIL) {
    8686            LispObject current = remaining.car();
Note: See TracChangeset for help on using the changeset viewer.