diff options
| author | nsfisis <nsfisis@gmail.com> | 2025-08-26 20:43:21 +0900 |
|---|---|---|
| committer | nsfisis <nsfisis@gmail.com> | 2025-08-26 20:43:21 +0900 |
| commit | b3b3c8bcd07e644fdba9167f927ad8dee4a255db (patch) | |
| tree | bedc96885ce9235a49cb9d7864cf94ff673fd4c7 /src/token.h | |
| parent | 467d3de2dea0cb50ab9b6f1a426486c57f64f1b6 (diff) | |
| download | ducc-b3b3c8bcd07e644fdba9167f927ad8dee4a255db.tar.gz ducc-b3b3c8bcd07e644fdba9167f927ad8dee4a255db.tar.zst ducc-b3b3c8bcd07e644fdba9167f927ad8dee4a255db.zip | |
feat: support nop preprocessing directive
Diffstat (limited to 'src/token.h')
| -rw-r--r-- | src/token.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/token.h b/src/token.h index 6f5fb2a..034b3b3 100644 --- a/src/token.h +++ b/src/token.h @@ -27,6 +27,7 @@ enum TokenKind { TokenKind_pp_directive_ifndef, TokenKind_pp_directive_include, TokenKind_pp_directive_line, + TokenKind_pp_directive_nop, TokenKind_pp_directive_pragma, TokenKind_pp_directive_undef, TokenKind_pp_directive_warning, |
