home *** CD-ROM | disk | FTP | other *** search
- Newsgroups: gnu.utils.bug
- Path: sparky!uunet!zaphod.mps.ohio-state.edu!cis.ohio-state.edu!physics.widener.edu!sven
- From: sven@physics.widener.edu (Sven Heinicke)
- Subject: making m4 1.0: ultrix 4.1
- Message-ID: <199212162117.AA07558@physics.widener.edu>
- Sender: gnulists@ai.mit.edu
- Organization: GNUs Not Usenet
- Distribution: gnu
- Date: Wed, 16 Dec 1992 11:17:11 GMT
- Approved: bug-gnu-utils@prep.ai.mit.edu
- Lines: 17
-
- it is just a little diff for `lib/obstack.c'. It what i had to do to
- get m4 to compile on a DECstation 3100 running ultrix 4.1.
-
- 26,27c26
- < /* extern int abort(); */
- < extern volatile void abort();
- ---
- > extern int abort();
-
- there was some warnings too but i want to get the newest version of
- gcc working and see if the warnings are the same before i report mail
- in some diffs.
-
-
- Sven
-
-
-