aboutsummaryrefslogtreecommitdiff
path: root/src/cljcc/token.clj
diff options
context:
space:
mode:
Diffstat (limited to 'src/cljcc/token.clj')
-rw-r--r--src/cljcc/token.clj2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/cljcc/token.clj b/src/cljcc/token.clj
index fc62334..cc09881 100644
--- a/src/cljcc/token.clj
+++ b/src/cljcc/token.clj
@@ -183,6 +183,8 @@
"for" :kw-for
"break" :kw-break
"continue" :kw-continue
+ "static" :kw-static
+ "extern" :kw-extern
:identifier))
(defn create