Changeset 3924


Ignore:
Timestamp:
09/20/03 14:15:51 (20 years ago)
Author:
piso
Message:

SIGNAL

File:
1 edited

Legend:

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

    r3919 r3924  
    33 *
    44 * Copyright (C) 2002-2003 Peter Graves
    5  * $Id: Primitives.java,v 1.417 2003-09-20 00:39:25 piso Exp $
     5 * $Id: Primitives.java,v 1.418 2003-09-20 14:15:51 piso Exp $
    66 *
    77 * This program is free software; you can redistribute it and/or
     
    11701170            if (args.length < 1)
    11711171                throw new ConditionThrowable(new WrongNumberOfArgumentsException(this));
     1172            if (args[0] instanceof Condition)
     1173                throw new ConditionThrowable((Condition)args[0]);
    11721174            throw new ConditionThrowable(new SimpleCondition());
    11731175        }
Note: See TracChangeset for help on using the changeset viewer.