[pypy-commit] stmgc c7: fix warning

Raemi noreply at buildbot.pypy.org
Sat Jan 18 17:33:18 CET 2014


Author: Remi Meier <remi.meier at gmail.com>
Branch: c7
Changeset: r644:ccf30dfc88db
Date: 2014-01-18 17:14 +0100
http://bitbucket.org/pypy/stmgc/changeset/ccf30dfc88db/

Log:	fix warning

diff --git a/duhton/duhton.h b/duhton/duhton.h
--- a/duhton/duhton.h
+++ b/duhton/duhton.h
@@ -14,7 +14,7 @@
 typedef TLPREFIX struct DuObject_s DuObject;
 
 
-#define DuOBJECT_HEAD1   DuObject ob_base;
+#define DuOBJECT_HEAD1   struct DuObject_s ob_base;
 
 
 #ifdef __GNUC__


More information about the pypy-commit mailing list