mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-03-15 19:31:29 -07:00
(TEXT_START) [__GNUC__]: Define as 0.
This commit is contained in:
parent
1ec9e15b44
commit
0aaa80cc17
1 changed files with 5 additions and 0 deletions
|
|
@ -167,6 +167,11 @@ NOTE-END */
|
|||
#define LIBS_DEBUG /usr/lib/end.o
|
||||
#endif
|
||||
|
||||
/* Need a TEXT_START. On the HP9000/s300 that is 0. */
|
||||
#ifdef __GNUC__
|
||||
#define TEXT_START 0
|
||||
#endif
|
||||
|
||||
/* The symbol FIONREAD is defined, but the feature does not work
|
||||
on the 200/300. */
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue