Changeset 4603


Ignore:
Timestamp:
11/02/03 04:36:30 (20 years ago)
Author:
piso
Message:

Added initargs constructor.

File:
1 edited

Legend:

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

    r3986 r4603  
    33 *
    44 * Copyright (C) 2003 Peter Graves
    5  * $Id: ArithmeticError.java,v 1.7 2003-09-22 11:07:58 piso Exp $
     5 * $Id: ArithmeticError.java,v 1.8 2003-11-02 04:36:30 piso Exp $
    66 *
    77 * This program is free software; you can redistribute it and/or
     
    2525{
    2626    public ArithmeticError()
     27    {
     28    }
     29
     30    public ArithmeticError(LispObject initArgs)
    2731    {
    2832    }
Note: See TracChangeset for help on using the changeset viewer.