summaryrefslogtreecommitdiff
path: root/bcc/output.c
diff options
context:
space:
mode:
Diffstat (limited to 'bcc/output.c')
-rw-r--r--bcc/output.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/bcc/output.c b/bcc/output.c
index e5db292..b82f968 100644
--- a/bcc/output.c
+++ b/bcc/output.c
@@ -40,7 +40,7 @@ FORWARD void outvaldigs P((uvalue_t num));
PUBLIC void bugerror(message)
char *message;
{
- error2error("compiler bug - ", message);
+ error2error("compiler bug? - ", message);
}
PUBLIC void closeout()