Mercurial > vba-clojure
changeset 561:c57398047795
saving progress.
author | Robert McIntyre <rlm@mit.edu> |
---|---|
date | Fri, 31 Aug 2012 08:50:32 -0500 |
parents | 3194a4f438ca |
children | 114f58b5b6d0 |
files | clojure/com/aurellem/run/adv_choreo.clj |
diffstat | 1 files changed, 1 insertions(+), 4 deletions(-) [+] |
line wrap: on
line diff
1.1 --- a/clojure/com/aurellem/run/adv_choreo.clj Fri Aug 31 05:00:33 2012 -0500 1.2 +++ b/clojure/com/aurellem/run/adv_choreo.clj Fri Aug 31 08:50:32 2012 -0500 1.3 @@ -210,14 +210,11 @@ 1.4 handle-glyph-count 1.5 (replace {:to-stack-cleanup 1.6 (+ (count display-glyph) (count cleanup))} 1.7 - handle-glyph-count*) 1.8 - ] 1.9 + handle-glyph-count*)] 1.10 (concat load-data 1.11 handle-delay handle-glyph-count 1.12 display-glyph 1.13 cleanup stack-cleanup))) 1.14 - 1.15 - 1.16 1.17 (def main-program-base-address 0xC000) 1.18