aboutsummaryrefslogtreecommitdiff
path: root/libbuild2/token.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'libbuild2/token.cxx')
-rw-r--r--libbuild2/token.cxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/libbuild2/token.cxx b/libbuild2/token.cxx
index 4975a02..11b080e 100644
--- a/libbuild2/token.cxx
+++ b/libbuild2/token.cxx
@@ -24,6 +24,7 @@ namespace build2
case token_type::colon: os << q << ':' << q; break;
case token_type::dollar: os << q << '$' << q; break;
case token_type::question: os << q << '?' << q; break;
+ case token_type::percent: os << q << '%' << q; break;
case token_type::comma: os << q << ',' << q; break;
case token_type::lparen: os << q << '(' << q; break;