python .h collision

This commit is contained in:
Vitor Santos Costa
2017-02-20 14:21:46 +00:00
parent 92e2d94186
commit a53615ceaf
34 changed files with 48 additions and 51 deletions

View File

@@ -74,7 +74,7 @@ static char SccsId[] = "%W% %G%";
#define S_ISDIR(x) (((x)&_S_IFDIR) == _S_IFDIR)
#endif
#endif
#include "eval.h"
#include "YapEval.h"
#include "iopreds.h"
static Int p_change_type_of_char(USES_REGS1);