forked from Imagelibrary/binutils-gdb
fix typo in _FILE_OFFSET_BITS comment
This fixes a typo that MichaelS noticed in a patch I submitted and forgot to fix. gdb/ChangeLog: * (_FILE_OFFSET_BITS): Fix typo in comment.
This commit is contained in:
@@ -1,3 +1,7 @@
|
|||||||
|
2010-10-26 Joel Brobecker <brobecker@adacore.com>
|
||||||
|
|
||||||
|
* (_FILE_OFFSET_BITS): Fix typo in comment.
|
||||||
|
|
||||||
2010-10-26 Joel Brobecker <brobecker@adacore.com>
|
2010-10-26 Joel Brobecker <brobecker@adacore.com>
|
||||||
|
|
||||||
* python/python-internal.h (_FILE_OFFSET_BITS): Undefine.
|
* python/python-internal.h (_FILE_OFFSET_BITS): Undefine.
|
||||||
|
|||||||
@@ -38,7 +38,7 @@
|
|||||||
|
|
||||||
/* On sparc-solaris, /usr/include/sys/feature_tests.h defines
|
/* On sparc-solaris, /usr/include/sys/feature_tests.h defines
|
||||||
_FILE_OFFSET_BITS, which pyconfig.h also defines. Same work
|
_FILE_OFFSET_BITS, which pyconfig.h also defines. Same work
|
||||||
arount technique as above. */
|
around technique as above. */
|
||||||
#undef _FILE_OFFSET_BITS
|
#undef _FILE_OFFSET_BITS
|
||||||
|
|
||||||
#if HAVE_LIBPYTHON2_4
|
#if HAVE_LIBPYTHON2_4
|
||||||
|
|||||||
Reference in New Issue
Block a user