Changeset 4003


Ignore:
Timestamp:
09/22/03 17:20:27 (20 years ago)
Author:
piso
Message:

Moved CHECK-TYPE to check-type.lisp.

File:
1 edited

Legend:

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

    r3432 r4003  
    22;;;
    33;;; Copyright (C) 2003 Peter Graves
    4 ;;; $Id: fixme.lisp,v 1.4 2003-08-16 13:24:35 piso Exp $
     4;;; $Id: fixme.lisp,v 1.5 2003-09-22 17:20:27 piso Exp $
    55;;;
    66;;; This program is free software; you can redistribute it and/or
     
    1717;;; along with this program; if not, write to the Free Software
    1818;;; Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
     19
     20(in-package "SYSTEM")
    1921
    2022;; Should be a special operator.
     
    4648  nil)
    4749
    48 (defmacro check-type (place typespec &optional string)
    49   nil)
    50 
    5150(defun warn (&rest args)
    5251  nil)
Note: See TracChangeset for help on using the changeset viewer.