minix/external/bsd/flex
Lionel Sambuc 20a91f7755 Fix -DNEDUG builds
- assert() is macro which is defined as empty, while panic is always
   present. I added an explicit abort() after the macro to make sure the
   function never returns in case of wrong flags.

 - Fixed gcc build with -NDEBUG, -Os for ARM.
   * A few 'may be used uninitialized' messages
   * A few new missing support library functions where added in libminc.

Change-Id: I69fcda2cd3888390b7ddeff4c0cd849105ce86ff
2014-09-02 15:22:15 +02:00
..
bin Import NetBSD flex 2012-06-18 10:54:47 +00:00
dist Fix -DNEDUG builds 2014-09-02 15:22:15 +02:00
include Synchronize on NetBSD-CVS (2013/12/1 12:00:00 UTC) 2014-07-28 17:05:06 +02:00
lib Import NetBSD flex 2012-06-18 10:54:47 +00:00
man Import NetBSD flex 2012-06-18 10:54:47 +00:00
flex2netbsd Import NetBSD flex 2012-06-18 10:54:47 +00:00
Makefile Import NetBSD flex 2012-06-18 10:54:47 +00:00
Makefile.inc Import NetBSD flex 2012-06-18 10:54:47 +00:00