home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #30 / NN_1992_30.iso / spool / gnu / utils / bug / 2238 < prev    next >
Encoding:
Text File  |  1992-12-17  |  807 b   |  30 lines

  1. Newsgroups: gnu.utils.bug
  2. Path: sparky!uunet!zaphod.mps.ohio-state.edu!cis.ohio-state.edu!physics.widener.edu!sven
  3. From: sven@physics.widener.edu (Sven Heinicke)
  4. Subject: making m4 1.0: ultrix 4.1
  5. Message-ID: <199212162117.AA07558@physics.widener.edu>
  6. Sender: gnulists@ai.mit.edu
  7. Organization: GNUs Not Usenet
  8. Distribution: gnu
  9. Date: Wed, 16 Dec 1992 11:17:11 GMT
  10. Approved: bug-gnu-utils@prep.ai.mit.edu
  11. Lines: 17
  12.  
  13. it is just a little diff for `lib/obstack.c'. It what i had to do to
  14. get m4 to compile on a DECstation 3100 running ultrix 4.1.
  15.  
  16. 26,27c26
  17. < /* extern int abort(); */
  18. < extern volatile void abort();
  19. ---
  20. > extern int abort();
  21.  
  22. there was some warnings too but i want to get the newest version of
  23. gcc working and see if the warnings are the same before i report mail
  24. in some diffs.
  25.  
  26.  
  27.                     Sven
  28.  
  29.  
  30.