Fix for systems where getc() is a #define rather than a function [ElBarto]

This commit is contained in:
R. Belmont 2011-09-25 14:46:07 +00:00
parent df793794cf
commit c27b8e0784

View File

@ -45,7 +45,10 @@
#include "corefile.h"
#include "hash.h"
// some systems use macros for getc/putc rather than functions
#ifdef getc
#undef getc
#endif
//**************************************************************************
// TYPE DEFINITIONS