diff --git a/rivetc/src/codegen/c.py b/rivetc/src/codegen/c.py index 4105f2d27..8046c2b88 100644 --- a/rivetc/src/codegen/c.py +++ b/rivetc/src/codegen/c.py @@ -19,7 +19,7 @@ 'double', 'export', 'float', 'goto', 'inline', 'int', 'long', 'namespace', 'new', 'register', 'restrict', 'short', 'signed', 'sizeof', 'small', 'static', 'typedef', 'typename', 'union', 'unsigned', 'void', - 'volatile', 'template', 'far', 'near', 'huge' + 'volatile', 'template', 'far', 'near', 'huge', 'linux', 'unix' ] def c_escape(kw):