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