[q-lang-cvs] qt-q/src smokeqt.i,1.29,1.30
Brought to you by:
agraef
From: Albert G. <ag...@us...> - 2007-12-08 08:51:29
|
Update of /cvsroot/q-lang/qt-q/src In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv7912/src Modified Files: smokeqt.i Log Message: add DESTDIR support Index: smokeqt.i =================================================================== RCS file: /cvsroot/q-lang/qt-q/src/smokeqt.i,v retrieving revision 1.29 retrieving revision 1.30 diff -C2 -d -r1.29 -r1.30 *** smokeqt.i 8 Nov 2007 20:54:25 -0000 1.29 --- smokeqt.i 8 Dec 2007 08:51:25 -0000 1.30 *************** *** 1788,1791 **** --- 1788,1798 ---- qt_object *obj = qtobj_map[ptr]; if (obj) { + #if 0 + if (obj->ptr != ptr) { + printf("pointer hash returned %p for requested object %p!\n", + obj->ptr, ptr); + exit(1); + } + #endif if (check) { ptr = obj->ptr; cid = obj->cid; } /* look for an already created secondary instance for the requested base |