* randread.c (__attribute__): Don't define if __attribute__ is already defined.
authorPaul Eggert <eggert@cs.ucla.edu>
Thu, 23 Nov 2006 00:06:42 +0000 (01:06 +0100)
committerJim Meyering <jim@meyering.net>
Thu, 23 Nov 2006 00:06:42 +0000 (01:06 +0100)
commit3ccd02d5b9211acb4cb15177623d25e28f8cfd76
tree20c2d78baab129d51eec7e7bc941ac1ca65450d9
parent5272c6daa181cf148e2dcddc54b0a6bdd3b4294c
* randread.c (__attribute__): Don't define if __attribute__ is already defined.
Otherwise, the code won't conform to C99, since
the macro arg is spelled differently by some include file, and the
compilation fails with pedantic GCC.
lib/ChangeLog
lib/randread.c