disable-includes.patch 468 B

12345678910111213
  1. --- a/lib/obstack.c (index)
  2. +++ b/lib/obstack.c (working tree)
  3. @@ -51,10 +51,6 @@
  4. /* If GCC, or if an oddball (testing?) host that #defines __alignof__,
  5. use the already-supplied __alignof__. Otherwise, this must be Gnulib
  6. (as glibc assumes GCC); defer to Gnulib's alignof_type. */
  7. -# if !defined __GNUC__ && !defined __alignof__
  8. -# include <alignof.h>
  9. -# define __alignof__(type) alignof_type (type)
  10. -# endif
  11. # include <stdlib.h>
  12. # include <stdint.h>