Changeset 3792
- Timestamp:
- 09/15/03 15:02:06 (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/j/src/org/armedbear/lisp/Primitives.java
r3780 r3792 3 3 * 4 4 * Copyright (C) 2002-2003 Peter Graves 5 * $Id: Primitives.java,v 1.39 6 2003-09-14 17:19:22piso Exp $5 * $Id: Primitives.java,v 1.397 2003-09-15 15:02:06 piso Exp $ 6 6 * 7 7 * This program is free software; you can redistribute it and/or … … 2231 2231 2232 2232 // ### funcall 2233 private static final Primitive FUNCALL = new Primitive("funcall") { 2233 // This needs to be public for LispAPI.java. 2234 public static final Primitive FUNCALL = new Primitive("funcall") { 2234 2235 public LispObject execute(LispObject arg) throws Condition 2235 2236 {
Note: See TracChangeset
for help on using the changeset viewer.