Thomas Cort
7ebdb97a28
mined: fix dangling else
...
Add braces to avoid ambiguity. Resolves the following warning:
mined1.c:1355:5: warning: add explicit braces to avoid dangling else
[-Wdangling-else]
Change-Id: I64e2942835e45869010f0b8bbef2fe880d0852dc
2014-02-16 17:54:40 -05:00
Thomas Cort
d06d9df7af
mined: K&R to ANSI, fix function sigs & warnings
...
- Re-write function declarations from K&R style to ANSI style.
- Change declaration of write_char(), S(), in_list() to match ptotos.
- Resolve clang warnings about assignments in conditionals.
Change-Id: I61624b18afbefe1ff29941233d274bd6c0f12520
2013-08-14 22:39:11 +02:00
Antoine Leca
fc1c7a3483
Mined: allow Ins to mark
2013-01-25 18:44:17 +01:00
Arun Thomas
6723dcfab7
Replace MACHINE/CHIP macros with compiler macros
2012-08-06 17:49:22 +02:00
Ben Gras
6a73e85ad1
retire _PROTOTYPE
...
. only good for obsolete K&R support
. also remove a stray ansi.h and the proto cmd
2012-03-25 16:17:10 +02:00
Ben Gras
e698d818c6
commands: fixes for clang errors.
2010-07-06 12:10:23 +00:00
Arun Thomas
c0c8d25799
Rename mkfiles from minix.*.mk to bsd.*.mk
...
Makes things easier for pkgsrc
2010-06-25 18:29:09 +00:00
Arun Thomas
b0159ad168
Buildsystem changes for GCC
...
-Makefile updates
-Update mkdep
-Build fixes/warning cleanups for some programs
-Restore leading underscores on global syms in kernel asm files
-Increase ramdisk size
2010-05-19 13:24:15 +00:00
Arun Thomas
5706670029
Convert boot/ and commands/ over to bsdmake
2010-05-12 16:28:54 +00:00
Tomas Hruby
6e25ad8b0a
Use of all NIL_* defines converted to NULL
2010-05-10 13:26:00 +00:00
Tomas Hruby
ae75f9d4e5
Removal of the executable flag from files that cannot be executed
...
- 755 -> 644
2009-11-09 10:26:00 +00:00
Ben Gras
c42fb551b8
ast@'s build files for easypack.
2005-09-19 13:15:15 +00:00
Ben Gras
5f2d97dfe6
Use exec cc instead of cc (ast)
2005-09-07 08:43:25 +00:00
Ben Gras
9865aeaa79
Initial revision
2005-04-21 14:53:53 +00:00