Missed from last patch
* config.in: Regenerate.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@229991
138bc75d-0d04-0410-961f-
82ee72b054a4
* configure.ac: Check size of size_t.
* configure: Regenerate.
+ * config.in: Regenerate.
2015-11-09 Alan Modra <amodra@gmail.com>
/* The size of `long long', as computed by sizeof. */
#undef SIZEOF_LONG_LONG
+/* The size of `size_t', as computed by sizeof. */
+#undef SIZEOF_SIZE_T
+
/* Define if you know the direction of stack growth for your system; otherwise
it will be automatically deduced at run-time. STACK_DIRECTION > 0 => grows
toward higher addresses STACK_DIRECTION < 0 => grows toward lower addresses