stdinc: drop _GNU_SOURCE definition

pull/144/head
William Pitcock 2017-09-13 14:20:47 -05:00
parent 75074635bb
commit b5da424ef7
1 changed files with 0 additions and 1 deletions

View File

@ -16,7 +16,6 @@
#ifndef __STDINC_H
#define __STDINC_H
#define _GNU_SOURCE
#include <ctype.h>
#include <stdio.h>
#include <stdlib.h>