diff options
Diffstat (limited to 'libbuild2/token.hxx')
-rw-r--r-- | libbuild2/token.hxx | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/libbuild2/token.hxx b/libbuild2/token.hxx index a9b9a11..0ee5248 100644 --- a/libbuild2/token.hxx +++ b/libbuild2/token.hxx @@ -59,6 +59,8 @@ namespace build2 less_equal, // <= greater_equal, // >= + bit_or, // | + log_or, // || log_and, // && log_not, // ! |