[pypy-commit] pypy win64-stage1: merge

ctismer noreply at buildbot.pypy.org
Tue Dec 6 22:58:30 CET 2011


Author: Christian Tismer <tismer at stackless.com>
Branch: win64-stage1
Changeset: r50229:e3ea42ebc83e
Date: 2011-12-06 22:35 +0100
http://bitbucket.org/pypy/pypy/changeset/e3ea42ebc83e/

Log:	merge

diff --git a/pypy/translator/c/src/signals.h b/pypy/translator/c/src/signals.h
--- a/pypy/translator/c/src/signals.h
+++ b/pypy/translator/c/src/signals.h
@@ -7,7 +7,7 @@
 #include <limits.h>
 
 #include <stdlib.h>
-#include "stc/signed_defn.h"
+#include "src/signed_defn.h"
 
 #ifdef _WIN32
 #include <process.h>


More information about the pypy-commit mailing list