Changeset 4603
- Timestamp:
- 11/02/03 04:36:30 (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/j/src/org/armedbear/lisp/ArithmeticError.java
r3986 r4603 3 3 * 4 4 * Copyright (C) 2003 Peter Graves 5 * $Id: ArithmeticError.java,v 1. 7 2003-09-22 11:07:58piso Exp $5 * $Id: ArithmeticError.java,v 1.8 2003-11-02 04:36:30 piso Exp $ 6 6 * 7 7 * This program is free software; you can redistribute it and/or … … 25 25 { 26 26 public ArithmeticError() 27 { 28 } 29 30 public ArithmeticError(LispObject initArgs) 27 31 { 28 32 }
Note: See TracChangeset
for help on using the changeset viewer.