minix/usr.bin/vis
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
..
Makefile Importing usr.bin/vis 2013-10-28 09:28:17 -04:00
extern.h Importing usr.bin/vis 2013-10-28 09:28:17 -04:00
foldit.c Importing usr.bin/vis 2013-10-28 09:28:17 -04:00
vis.1 Synchronize on NetBSD-CVS (2013/12/1 12:00:00 UTC) 2014-07-28 17:05:06 +02:00
vis.c Fix -DNEDUG builds 2014-09-02 15:22:15 +02:00