Skip to content

Commit

Permalink
Support local pointers.
Browse files Browse the repository at this point in the history
  • Loading branch information
eholk committed Nov 28, 2013
1 parent 9e86bc9 commit 1481259
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lib/elegant-weapons/print-c.scm
Expand Up @@ -246,6 +246,8 @@
(u64 "uint64_t")
((ptr ,[t])
(string-append "__global " t " *"))
((ptr local ,[t])
(string-append "__local " t " *"))
((ref ,[t])
(string-append t " &"))
((const-ptr ,[t])
Expand Down

0 comments on commit 1481259

Please sign in to comment.