Changeset 8668
- Timestamp:
- 02/28/05 19:06:16 (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/j/src/org/armedbear/lisp/precompiler.lisp
r8445 r8668 2 2 ;;; 3 3 ;;; Copyright (C) 2003-2005 Peter Graves 4 ;;; $Id: precompiler.lisp,v 1.8 8 2005-02-01 15:20:22piso Exp $4 ;;; $Id: precompiler.lisp,v 1.89 2005-02-28 19:06:16 piso Exp $ 5 5 ;;; 6 6 ;;; This program is free software; you can redistribute it and/or … … 840 840 (precompile name definition))) 841 841 842 ;; Redefine EVAL to precompile its argument.843 (defun eval (form)844 (%eval (precompile-form form nil)))842 ;; ;; Redefine EVAL to precompile its argument. 843 ;; (defun eval (form) 844 ;; (%eval (precompile-form form nil))) 845 845 846 846 ;; Redefine DEFMACRO to precompile the expansion function on the fly.
Note: See TracChangeset
for help on using the changeset viewer.