Skip to content

Commit

Permalink
fix 2 compiler warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
cbaggers committed Jul 4, 2016
1 parent 149367a commit c39cfed
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions compiler/generics.lisp
Original file line number Diff line number Diff line change
Expand Up @@ -67,3 +67,5 @@
(defgeneric get-compiler-macro (macro-name env))
(defgeneric get-var (var-name env))
(defgeneric raw-ids (flow-id))
(defgeneric add-external-function (name in-args uniforms code))
(defgeneric record-func-usage (func env))

0 comments on commit c39cfed

Please sign in to comment.