[Zope-Checkins] CVS: Zope/lib/Components/BTree - intSet.c:1.25
Tres Seaver
tseaver at zope.com
Sun Oct 19 18:19:41 EDT 2003
Update of /cvs-repository/Zope/lib/Components/BTree
In directory cvs.zope.org:/tmp/cvs-serv10805/lib/Components/BTree
Modified Files:
intSet.c
Log Message:
- Include cPersistence.h first, as it includes Python.h.
=== Zope/lib/Components/BTree/intSet.c 1.24 => 1.25 ===
--- Zope/lib/Components/BTree/intSet.c:1.24 Mon Jan 6 12:00:27 2003
+++ Zope/lib/Components/BTree/intSet.c Sun Oct 19 18:19:39 2003
@@ -16,12 +16,12 @@
"\n$Id$"
;
+#include "cPersistence.h"
#include <limits.h>
#include <stdlib.h>
#include <stdio.h>
#include <errno.h>
#include <time.h>
-#include "cPersistence.h"
#define UNLESS(E) if(!(E))
#define RETURN_NONE Py_INCREF(Py_None); return Py_None
More information about the Zope-Checkins
mailing list