]> Zhao Yanbai Git Server - minix.git/commit
mined: remove !__STDC__ code blocks. 78/2978/1
authorThomas Cort <tcort@minix3.org>
Wed, 25 Mar 2015 18:48:08 +0000 (14:48 -0400)
committerLionel Sambuc <lionel@minix3.org>
Sat, 28 Mar 2015 07:38:56 +0000 (08:38 +0100)
commite6df9032b3bf89015bae3c21345c6283a51b337c
tree0ba88d35f5dd41c65faf29a352855d2af6e46ea4
parentf3734d6b311ca925d356478fda10aaabd41469c9
mined: remove !__STDC__ code blocks.

__STDC__ is used to mitigate the differences between K&R C and the
ANSI C standard. Nearly every compiler now supports ANSI C, so
there is no need to support non-standard compilers.

Change-Id: Ifc3381ecf1c43dfde9004bee48552d8b3ac4dcdc
minix/commands/mined/mined.h
minix/commands/mined/mined1.c