Author: Remi Meier <remi.me...@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__
_______________________________________________
pypy-commit mailing list
pypy-commit@python.org
https://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to