aboutsummaryrefslogtreecommitdiffstats
path: root/gen
diff options
context:
space:
mode:
authorMattias Andrée <maandree@operamail.com>2015-10-16 23:41:43 +0200
committerMattias Andrée <maandree@operamail.com>2015-10-16 23:41:43 +0200
commit7d542cca97f7e7cc0d41e4e7dc438b334ee184b9 (patch)
tree92d91ed8e1f4c34f2014616a90d33a12d22edbe6 /gen
parentm (diff)
downloadslibc-7d542cca97f7e7cc0d41e4e7dc438b334ee184b9.tar.gz
slibc-7d542cca97f7e7cc0d41e4e7dc438b334ee184b9.tar.bz2
slibc-7d542cca97f7e7cc0d41e4e7dc438b334ee184b9.tar.xz
m fixes
Signed-off-by: Mattias Andrée <maandree@operamail.com>
Diffstat (limited to 'gen')
-rw-r--r--gen/bits/intconf.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/gen/bits/intconf.h b/gen/bits/intconf.h
index f9ff861..128b0ba 100644
--- a/gen/bits/intconf.h
+++ b/gen/bits/intconf.h
@@ -27,15 +27,15 @@
#define __MAX_TO_MIN(max) (-(max) - 1)
#if //(bin/gen/bits/intconf char-signed)
# define __CHAR_SIGNED
-# define __CHAR_SIGNESS signed
-#endif
-# define __CHAR_SIGNESS unsigned
+# define __CHAR_SIGNNESS signed
+#else
+# define __CHAR_SIGNNESS unsigned
#endif
#if //(bin/gen/bits/intconf wchar-signed)
# define __WCHAR_SIGNED
-# define __WCHAR_SIGNESS signed
+# define __WCHAR_SIGNNESS signed
#else
-# define __WCHAR_SIGNESS unsigned
+# define __WCHAR_SIGNNESS unsigned
#endif
#define __CHAR_BIT //(bin/gen/bits/intconf | grep ^CHAR_BIT | sed "s/^[^ ]* //")
#define __SHORT_BIT //(bin/gen/bits/intconf | grep ^SHORT_BIT | sed "s/^[^ ]* //")