diff options
author | Linus Nordberg <linus@nordberg.se> | 2009-06-25 17:46:36 +0200 |
---|---|---|
committer | Linus Nordberg <linus@nordberg.se> | 2009-06-25 17:46:36 +0200 |
commit | 55edcd04e99000409cd7860b6ae14956ad7ec43c (patch) | |
tree | aef4296cf360967479e80b6088003d4edd9804ae /src/util.lisp | |
parent | 20ce3cf62447e4b6019b1403ba33d02884362b21 (diff) |
First working version.
Missing some crucial things:
- [ ] store timestamp and precision-time
- [ ] store as-path
Diffstat (limited to 'src/util.lisp')
-rw-r--r-- | src/util.lisp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/util.lisp b/src/util.lisp index 3494493..32f7d73 100644 --- a/src/util.lisp +++ b/src/util.lisp @@ -1,3 +1,5 @@ +;;;; -*- Mode: Lisp; Syntax: ANSI-Common-Lisp; Base: 10 -*- + (defparameter *debug* nil) (defun next-xml-blurb (reader tag) |