diff options
-rw-r--r-- | system/include/libc/limits.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/system/include/libc/limits.h b/system/include/libc/limits.h index 335cc053..93362b88 100644 --- a/system/include/libc/limits.h +++ b/system/include/libc/limits.h @@ -16,7 +16,7 @@ /* if do not have #include_next support, then we have to define the limits here. */ -# if !defined __GNUC__ || __GNUC__ < 2 +# if 1 /* XXX Emscripten: force this !defined __GNUC__ || __GNUC__ < 2 */ # ifndef _LIMITS_H # define _LIMITS_H 1 |