Commit a2d535ee authored by Poul-Henning Kamp's avatar Poul-Henning Kamp

Improve our symbol hack a bit for OS/X

parent e4f2b84b
......@@ -268,6 +268,8 @@ Symbol_hack(const char *a0)
continue;
if (*p++ != ' ')
continue;
if (*p == '-')
continue;
p++;
if (*p++ != ' ')
continue;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment