From fd1db35c4d429096b9aff1763f25de9e1711bf88 Mon Sep 17 00:00:00 2001 From: BurnZeZ Date: Tue, 29 Dec 2020 19:38:59 +0000 Subject: cc: add a couple notes to the comments regarding flags --- sys/src/cmd/cc/lex.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'sys/src/cmd/cc') diff --git a/sys/src/cmd/cc/lex.c b/sys/src/cmd/cc/lex.c index 26dc65201..f8746042c 100644 --- a/sys/src/cmd/cc/lex.c +++ b/sys/src/cmd/cc/lex.c @@ -9,7 +9,7 @@ * known debug flags * flags without a description may be exclusive to certain architectures * -. Inhibit search for includes in source directory - * -0 + * -0 R0ISZERO - qc * -4 * -8 * -< @@ -34,10 +34,10 @@ * -W * -X abort on error * -Y - * -Z + * -Z pickle * -a acid declaration output - * -c + * -c print const if * -d print declarations * -e * -f -- cgit v1.2.3