import c
This commit is contained in:
@@ -96,6 +96,10 @@ pub const Tag = enum {
|
||||
hash_foreign, // #foreign
|
||||
hash_library, // #library
|
||||
hash_using, // #using
|
||||
hash_include, // #include (inside #import c { ... })
|
||||
hash_source, // #source (inside #import c { ... })
|
||||
hash_define, // #define (inside #import c { ... })
|
||||
hash_flags, // #flags (inside #import c { ... })
|
||||
triple_minus, // ---
|
||||
|
||||
// Special
|
||||
|
||||
Reference in New Issue
Block a user