Changeset 4093
- Timestamp:
- 09/28/03 01:17:13 (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/j/src/org/armedbear/lisp/Module.java
r3894 r4093 3 3 * 4 4 * Copyright (C) 2002-2003 Peter Graves 5 * $Id: Module.java,v 1. 6 2003-09-19 14:44:10piso Exp $5 * $Id: Module.java,v 1.7 2003-09-28 01:17:13 piso Exp $ 6 6 * 7 7 * This program is free software; you can redistribute it and/or … … 26 26 protected Module() {} 27 27 28 public LispObject dispatch(LispObject args, Environment env, int index)28 public final LispObject dispatch(LispObject args, Environment env, int index) 29 29 throws ConditionThrowable 30 30 {
Note: See TracChangeset
for help on using the changeset viewer.