Ignore:
Timestamp:
08/28/2007 09:02:30 PM (19 years ago)
Author:
dsowen
revision id:
svn-v3-trunk0:2948df59-2b31-0410-8e06-c40c0b09d5b6:trunk:30
Message:

Moved WITH-GENSYMS to dso-util.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/package.lisp

    r25 r28  
    2424(see the IF-MATCHES-* macros, but especially IF-MATCHES), and for
    2525defining parsers (DEFPARSER) and grammars (DEFGRAMMAR).")
    26   (:use #:cl #:cl-ppcre)
     26  (:use #:cl #:cl-ppcre #:dso-util)
    2727  (:export #:if-matches-parser
    2828           #:if-matches-char
Note: See TracChangeset for help on using the changeset viewer.