Changeset 4427
- Timestamp:
- 10/17/03 14:05:55 (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/j/src/org/armedbear/lisp/macros.lisp
r4040 r4427 2 2 ;;; 3 3 ;;; Copyright (C) 2003 Peter Graves 4 ;;; $Id: macros.lisp,v 1.2 2 2003-09-24 14:22:45 piso Exp $4 ;;; $Id: macros.lisp,v 1.23 2003-10-17 14:05:55 piso Exp $ 5 5 ;;; 6 6 ;;; This program is free software; you can redistribute it and/or … … 51 51 52 52 (defmacro time (form) 53 `(sys: %time #'(lambda () ,form)))53 `(sys::%time #'(lambda () ,form))) 54 54 55 55 (defmacro with-open-file (&rest args)
Note: See TracChangeset
for help on using the changeset viewer.