aboutsummaryrefslogtreecommitdiff
path: root/grammars/c.bp
diff options
context:
space:
mode:
Diffstat (limited to 'grammars/c.bp')
-rw-r--r--grammars/c.bp4
1 files changed, 2 insertions, 2 deletions
diff --git a/grammars/c.bp b/grammars/c.bp
index 36f580b..015e5ed 100644
--- a/grammars/c.bp
+++ b/grammars/c.bp
@@ -17,5 +17,5 @@ keyword:
"volatile" / "while"
function-def: ^_ 2+(id / keyword / `*) % __ parens (__`; / >(__`{))
function: function-def __ braces
-macro: ^"#define"} ..$ *(<`\ \n..$)
-import: ^"#include"} __ (string / `<..`>)
+macro: ^"#define"\b ..$ *(<`\ \n..$)
+import: ^"#include"\b __ (string / `<..`>)