Portability fixes.

This commit is contained in:
Alan Modra
2000-04-14 04:14:25 +00:00
parent 01cc8ff856
commit 12ff5d5690
6 changed files with 19 additions and 12 deletions

View File

@ -211,6 +211,10 @@ extern char **environ;
#define EXIT_FAILURE 1
#endif
#ifndef SEEK_SET
#define SEEK_SET 0
#endif
#define obstack_chunk_alloc xmalloc
#define obstack_chunk_free xfree