Remove workarounds for ancient compilers

This commit is contained in:
Pasi Kallinen
2020-04-03 08:21:08 +03:00
parent 8301fc06df
commit 5f9714bf92
15 changed files with 4 additions and 135 deletions

View File

@@ -28,7 +28,6 @@
#ifdef _DCC
#include <stdlib.h>
#define _SIZE_T
#define DCC30_BUG /* A bitfield bug (from dog.c, others) in DICE 3.0. */
#endif
#ifndef __GNUC__