aboutsummaryrefslogtreecommitdiff
path: root/sys/cmd/cc/cc.h
diff options
context:
space:
mode:
authorNicholas Noll <nbnoll@eml.cc>2020-05-19 19:12:10 -0700
committerNicholas Noll <nbnoll@eml.cc>2020-05-19 19:12:10 -0700
commitb779c6f7d73e5f70b2d886ed75e6e65217ad1e85 (patch)
tree480864b08c5242cf7c9de7d47c56f66e240948a5 /sys/cmd/cc/cc.h
parent13772a8a2120017981d280bfe120fdbb74f27860 (diff)
checkin: found a large bug associated to ident resetting the buffer vector
Diffstat (limited to 'sys/cmd/cc/cc.h')
-rw-r--r--sys/cmd/cc/cc.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/cmd/cc/cc.h b/sys/cmd/cc/cc.h
index dab351a..8a9fd80 100644
--- a/sys/cmd/cc/cc.h
+++ b/sys/cmd/cc/cc.h
@@ -92,6 +92,7 @@ struct Range
};
void errorat(Pos x, byte *fmt, ...);
+void warnat(Pos x, byte *fmt, ...);
/* pre-processor */
#define DIRECTIVES \