]> Savannah Git Hosting - gnulib.git/commit
obstack: port to platforms that #define __alignof__
authorPaul Eggert <eggert@cs.ucla.edu>
Tue, 4 Nov 2014 00:34:52 +0000 (16:34 -0800)
committerPaul Eggert <eggert@cs.ucla.edu>
Tue, 4 Nov 2014 08:33:35 +0000 (00:33 -0800)
commitec799b2df4aa6fec632e4f26002674eab8a09e18
treebc9a926f4a054eec6f708baf7ce8f78ad462a929
parentc564172a11b94fed43632cbc854277d68d14e693
obstack: port to platforms that #define __alignof__

* lib/obstack.c: Include <alignof.h> if !defined __alignof__,
not if !_LIBC.  We don't know of any platforms that #define
__alignof__, but it might be useful in tests.  Conversely,
glibc assumes GCC.
ChangeLog
lib/obstack.c