Use less conflicting filenames

This commit is contained in:
Michael Hansen
2011-10-23 17:48:10 -07:00
parent 99662d8119
commit c474d368a1
20 changed files with 95 additions and 123 deletions

View File

@@ -1,9 +1,9 @@
#include <cstdio>
#include <cstring>
#include <cstdarg>
#include "module.h"
#include "pyc_module.h"
#include "pyc_numeric.h"
#include "bytecode.h"
#include "numeric.h"
#ifdef WIN32
# define PATHSEP '\\'