Changeset 3384

Show
Ignore:
Timestamp:
06/30/08 12:48:27 (6 months ago)
Author:
ksprotte
Message:

small fix to WITH-TRANSACTION-LOG

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/bknr/datastore/src/data/txn.lisp

    r3040 r3384  
    430430        (fsync (store-transaction-log-stream *store*))))) 
    431431 
    432 ;;; XXX transaction evaluated twice 
    433432(defmacro with-transaction-log ((transaction) &body body) 
     433  (check-type transaction symbol) ; otherwise care for multiple evaluation 
    434434  `(with-store-guard () 
    435435     (when (in-transaction-p)