diff options
| author | nsfisis <nsfisis@gmail.com> | 2026-01-14 23:12:49 +0900 |
|---|---|---|
| committer | nsfisis <nsfisis@gmail.com> | 2026-01-17 00:27:28 +0900 |
| commit | f0351da192b8f32bdf9323b3796521cbc390c749 (patch) | |
| tree | 789fbf7d954a2dd43bf01c80d1ae959a2a807729 /src/token.h | |
| parent | 82df1b08c42d40c79b0dbd1634e18786cad860da (diff) | |
| download | ducc-f0351da192b8f32bdf9323b3796521cbc390c749.tar.gz ducc-f0351da192b8f32bdf9323b3796521cbc390c749.tar.zst ducc-f0351da192b8f32bdf9323b3796521cbc390c749.zip | |
feat: support #include_next directive (GNU extension)
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 e093a8c..b81c10a 100644 --- a/src/token.h +++ b/src/token.h @@ -29,6 +29,7 @@ typedef enum { TokenKind_pp_directive_ifdef, TokenKind_pp_directive_ifndef, TokenKind_pp_directive_include, + TokenKind_pp_directive_include_next, // GNU extension TokenKind_pp_directive_line, TokenKind_pp_directive_non_directive, TokenKind_pp_directive_nop, |
