Use POSIX 2001 as the base standard.

This commit is contained in:
Anthony J. Bentley
2014-11-06 21:39:36 -07:00
parent 9e24c26468
commit 1e1339467e
7 changed files with 2 additions and 7 deletions

View File

@@ -1,5 +1,4 @@
%{
#define _XOPEN_SOURCE 500
#include <ctype.h>
#include <errno.h>
#include <stdbool.h>