Skip to content

Commit

Permalink
there we go
Browse files Browse the repository at this point in the history
  • Loading branch information
kamisori committed May 9, 2023
1 parent 195d181 commit 46910c1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion spork/cjanet.janet
Original file line number Diff line number Diff line change
Expand Up @@ -504,7 +504,8 @@
(def v (last form))
(when (next storage-classes)
(emit-storage-classes storage-classes))
(emit-declaration binding v))
(emit-declaration binding v)
(print ";"))

(defn- do-typedef
[n d]
Expand Down

0 comments on commit 46910c1

Please sign in to comment.