Changeset 4003
- Timestamp:
- 09/22/03 17:20:27 (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/j/src/org/armedbear/lisp/fixme.lisp
r3432 r4003 2 2 ;;; 3 3 ;;; Copyright (C) 2003 Peter Graves 4 ;;; $Id: fixme.lisp,v 1. 4 2003-08-16 13:24:35piso Exp $4 ;;; $Id: fixme.lisp,v 1.5 2003-09-22 17:20:27 piso Exp $ 5 5 ;;; 6 6 ;;; This program is free software; you can redistribute it and/or … … 17 17 ;;; along with this program; if not, write to the Free Software 18 18 ;;; Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. 19 20 (in-package "SYSTEM") 19 21 20 22 ;; Should be a special operator. … … 46 48 nil) 47 49 48 (defmacro check-type (place typespec &optional string)49 nil)50 51 50 (defun warn (&rest args) 52 51 nil)
Note: See TracChangeset
for help on using the changeset viewer.