aboutsummaryrefslogtreecommitdiffstats
path: root/pc/config.h
diff options
context:
space:
mode:
authorArnold D. Robbins <arnold@skeeve.com>2017-01-21 20:18:00 +0200
committerArnold D. Robbins <arnold@skeeve.com>2017-01-21 20:18:00 +0200
commit4aa8be7f39becfedbf40c120a934ac0d6d1b5660 (patch)
tree8c412024cf3f12400e4ad2138dd1368e5e355b72 /pc/config.h
parent195f6c171ee765ef7c0bcba5b98ffea15b439882 (diff)
parentae02ce389bfd1bcb2797fe64d73a91ef73705688 (diff)
downloadegawk-4aa8be7f39becfedbf40c120a934ac0d6d1b5660.tar.gz
egawk-4aa8be7f39becfedbf40c120a934ac0d6d1b5660.tar.bz2
egawk-4aa8be7f39becfedbf40c120a934ac0d6d1b5660.zip
Merge branch 'master' into feature/fix-comments
Diffstat (limited to 'pc/config.h')
-rw-r--r--pc/config.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/pc/config.h b/pc/config.h
index 11323793..3bed5bb9 100644
--- a/pc/config.h
+++ b/pc/config.h
@@ -456,16 +456,10 @@
#undef PRINTF_HAS_F_FORMAT
/* The size of `unsigned int', as computed by sizeof. */
-#if UINT_MAX == 65536
-#define SIZEOF_UNSIGNED_INT 2
-#elif UINT_MAX == 4294967295U
#define SIZEOF_UNSIGNED_INT 4
-#endif
/* The size of `unsigned long', as computed by sizeof. */
-#if ULONG_MAX == 4294967295UL
#define SIZEOF_UNSIGNED_LONG 4
-#endif
/* Define to 1 if you have the ANSI C header files. */
#define STDC_HEADERS 1