Configury changes for obstack optimization
Missed from last patch * config.in: Regenerate. From-SVN: r229991
This commit is contained in:
parent
126e0b6b61
commit
61c94e79eb
@ -2,6 +2,7 @@
|
||||
|
||||
* configure.ac: Check size of size_t.
|
||||
* configure: Regenerate.
|
||||
* config.in: Regenerate.
|
||||
|
||||
2015-11-09 Alan Modra <amodra@gmail.com>
|
||||
|
||||
|
@ -470,6 +470,9 @@
|
||||
/* 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
|
||||
|
Loading…
Reference in New Issue
Block a user