Changeset 3768


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

Removed TYPE_NUMBER.

File:
1 edited

Legend:

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

    r3764 r3768  
    33 *
    44 * Copyright (C) 2002-2003 Peter Graves
    5  * $Id: Lisp.java,v 1.128 2003-09-14 16:26:46 piso Exp $
     5 * $Id: Lisp.java,v 1.129 2003-09-14 16:45:14 piso Exp $
    66 *
    77 * This program is free software; you can redistribute it and/or
     
    9797    static final int TYPE_RATIONAL = TYPE_INTEGER | TYPE_RATIO;
    9898    static final int TYPE_REAL     = TYPE_RATIONAL | TYPE_FLOAT;
    99     static final int TYPE_NUMBER   = TYPE_REAL | TYPE_COMPLEX;
    10099
    101100    static final int TYPE_LIST     = TYPE_CONS | TYPE_NULL;
Note: See TracChangeset for help on using the changeset viewer.