Sha256: 12446674f8fdfaf43530d3eb4de6303b513ac7581ddd01087d4a5010754e1787

Contents?: true

Size: 744 Bytes

Versions: 2

Compression:

Stored size: 744 Bytes

Contents

/*
 Bug 1198@github reported by lvc on 26/11/2016.
 
 The latest universal ctags 015eae7 doesn't detect function XESetCopyEventCookie
 from libX11-1.3 library (include/X11/Xlibint.h):
*/

extern Bool (*XESetCopyEventCookie(
    Display*            /* display */,
    int                 /* extension */,
    Bool (*) (
               Display*                 /* display */,
               XGenericEventCookie*     /* in */,
               XGenericEventCookie*     /* out */
             )          /* proc */
))(
    Display*, XGenericEventCookie*, XGenericEventCookie*
);

/* also adding simplified output found by masatake */

int (* f (char c)) (void * a);

static int g (void *a)
{
	return 1;
}

int (* f (char c)) (void * a)
{
	return g;
}

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
ctags.rb-1.1.4 ext/vendor/ctags/Units/parser-c.r/bug1198.c.d/input.c
ctags.rb-1.1.3 ext/vendor/ctags/Units/parser-c.r/bug1198.c.d/input.c