Changeset 2074
- Timestamp:
- 06/01/03 02:06:48 (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/j/src/org/armedbear/lisp/MacroObject.java
r2073 r2074 3 3 * 4 4 * Copyright (C) 2003 Peter Graves 5 * $Id: MacroObject.java,v 1. 2 2003-06-01 01:37:44piso Exp $5 * $Id: MacroObject.java,v 1.3 2003-06-01 02:06:48 piso Exp $ 6 6 * 7 7 * This program is free software; you can redistribute it and/or … … 31 31 } 32 32 33 public int getType()34 {35 return TYPE_MACRO_OBJECT;36 }37 38 33 public int getFunctionalType() 39 34 {
Note: See TracChangeset
for help on using the changeset viewer.