diff options
Diffstat (limited to 'libc/string/mips/sysdep.h')
-rw-r--r-- | libc/string/mips/sysdep.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libc/string/mips/sysdep.h b/libc/string/mips/sysdep.h index 2c96ced0d..89674fef7 100644 --- a/libc/string/mips/sysdep.h +++ b/libc/string/mips/sysdep.h @@ -43,9 +43,9 @@ #endif #ifdef libc_hidden_builtin_def -#error WHOA!!! libc_hidden_builtin_def is defined +#error "WHOA!!! libc_hidden_builtin_def is defined" #else -#define libc_hidden_builtin_def(name) +#define libc_hidden_builtin_def(name) .global __ ## name ; __ ## name = name #endif #endif |