Browse Source

add workaround for gcc-3.4.6 with mips

Mike Frysinger 17 years ago
parent
commit
8b19fd5b44
1 changed files with 1 additions and 1 deletions
  1. 1 1
      libc/string/mips/sysdep.h

+ 1 - 1
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)                                   \