diff options
Diffstat (limited to 'libc')
-rw-r--r-- | libc/string/mips/sysdep.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libc/string/mips/sysdep.h b/libc/string/mips/sysdep.h index 96f088c94..5dad8342e 100644 --- a/libc/string/mips/sysdep.h +++ b/libc/string/mips/sysdep.h @@ -29,7 +29,7 @@ .globl name; \ .align 2; \ .ent name,0; \ - name##: + name/* use a comment rather than ## to workaround bug in gcc-3.4.x */: #undef END #define END(function) \ |