Changeset 3659
- Timestamp:
- 09/10/03 16:11:13 (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/j/src/org/armedbear/lisp/Autoload.java
r3655 r3659 3 3 * 4 4 * Copyright (C) 2003 Peter Graves 5 * $Id: Autoload.java,v 1.5 5 2003-09-10 15:07:43 piso Exp $5 * $Id: Autoload.java,v 1.56 2003-09-10 16:11:13 piso Exp $ 6 6 * 7 7 * This program is free software; you can redistribute it and/or … … 180 180 autoload("logandc2", "logandc2"); 181 181 autoload("logbitp", "LogicalOperations"); 182 autoload("logeqv", "logeqv"); 182 183 autoload("logior", "LogicalOperations"); 183 184 autoload("lognot", "LogicalOperations");
Note: See TracChangeset
for help on using the changeset viewer.