From b46de4e7fcf6bc519f2fc1dc7f5e8c2fc0db67d7 Mon Sep 17 00:00:00 2001 From: Michael Forney Date: Wed, 13 Mar 2019 12:27:14 -0700 Subject: Update __PRETTY_FUNCTION__ comment --- qbe.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/qbe.c b/qbe.c index ceede55..5c22261 100644 --- a/qbe.c +++ b/qbe.c @@ -395,7 +395,7 @@ mkfunc(char *name, struct type *t, struct scope *s) d->value = mkglobal("__func__", true); scopeputdecl(s, "__func__", d); /* - needed for glibc's assert definition with __GNUC__=4 + needed for glibc's assert definition with __GNUC__=2 __GNUC_MINOR__=4 XXX: this should also work at file scope, where it should evaluate to "toplevel" */ scopeputdecl(s, "__PRETTY_FUNCTION__", d); -- cgit v1.2.3