Changeset 3659


Ignore:
Timestamp:
09/10/03 16:11:13 (20 years ago)
Author:
piso
Message:

LOGEQV

File:
1 edited

Legend:

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

    r3655 r3659  
    33 *
    44 * Copyright (C) 2003 Peter Graves
    5  * $Id: Autoload.java,v 1.55 2003-09-10 15:07:43 piso Exp $
     5 * $Id: Autoload.java,v 1.56 2003-09-10 16:11:13 piso Exp $
    66 *
    77 * This program is free software; you can redistribute it and/or
     
    180180        autoload("logandc2", "logandc2");
    181181        autoload("logbitp", "LogicalOperations");
     182        autoload("logeqv", "logeqv");
    182183        autoload("logior", "LogicalOperations");
    183184        autoload("lognot", "LogicalOperations");
Note: See TracChangeset for help on using the changeset viewer.