diff options
author | Michael Forney <mforney@mforney.org> | 2019-03-13 12:27:14 -0700 |
---|---|---|
committer | Michael Forney <mforney@mforney.org> | 2019-03-13 12:27:14 -0700 |
commit | b46de4e7fcf6bc519f2fc1dc7f5e8c2fc0db67d7 (patch) | |
tree | 0248dae2bb0d7eeb1651d72b4f9e4efa6b67f950 | |
parent | 74b43a9973a22c95411137721775c11d58665660 (diff) | |
download | cproc-b46de4e7fcf6bc519f2fc1dc7f5e8c2fc0db67d7.tar.xz |
Update __PRETTY_FUNCTION__ comment
-rw-r--r-- | qbe.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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); |