Skip to content

Commit

Permalink
Added in-package in paren-util and renamed.
Browse files Browse the repository at this point in the history
  • Loading branch information
bbirec committed Feb 22, 2013
1 parent 861a08f commit 02936c2
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
7 changes: 4 additions & 3 deletions paren-exts.asd
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@

(asdf:defsystem #:paren-exts
:serial t
:depends-on (:parenscript)
:components ((:file "paren-node")
(:file "paren-fb")
(:file "paren-jquery"))
:depends-on (:parenscript))
(:file "paren-jquery")
(:file "paren-util")))



2 changes: 2 additions & 0 deletions util.lisp → paren-util.lisp
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@
(:export
#:gen-js))

(in-package :paren-util)

(defun absolute-path (system filename)
(merge-pathnames filename (asdf:system-source-directory system)))

Expand Down

0 comments on commit 02936c2

Please sign in to comment.