[Lsb-infrastructure] [Bug 2310] mkheader can't handle type members derived from FuncPtr

bugzilla-daemon at linux-foundation.org bugzilla-daemon at linux-foundation.org
Tue Sep 16 11:38:47 PDT 2008


http://bugs.linuxbase.org/show_bug.cgi?id=2310


Mats Wichmann <mats at freestandards.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |ASSIGNED




--- Comment #2 from Mats Wichmann <mats at freestandards.org>  2008-09-16 11:38:46 ---
Urgh, something went wrong with this or the patch to bug 2290 that was applied
the same time - this diff shows some of it (from Xlibint.h):

-       int (*event_vec) (Display *, XEvent *, xEvent *) event_vec[];
-       int (*wire_vec) (Display *, XEvent *, xEvent *);
-       KeySym lock_meaning;
-       struct _XLockInfo *lock;
-       struct _XInternalAsync *async_handlers;
-       unsigned long int bigreq_size;
-       struct _XLockPtrs *lock_fns;
+       int (*event_vec[128]) (Display *, XEvent *, xEvent *);
+       int (*wire_vec[128]) (Display *, XEvent *, xEvent *);
+        KeySym;
+       struct _XLockInfo *;
+       struct _XInternalAsync *;
+       unsigned long int;
+       struct _XLockPtrs *;


the complicated event_vec and wire_vec seem to have come out right, but the
others lost first the qualifier for KeySym, then the struct-member names for
the others.


-- 
Configure bugmail: http://bugs.linuxbase.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.


More information about the lsb-infrastructure mailing list