Sha256: c1891a3fa6a63ae00dd183ccb570714faa6c22bbb66941ca0ebde2e1702dd99d

Contents?: true

Size: 495 Bytes

Versions: 2

Compression:

Stored size: 495 Bytes

Contents

/* Problem reported by Emil Rojas <emil@lapel.com> on 22 May 2002 */
/* Fixed by reinitializing statement when either of "extern", "static", or
 * "typedef" keywords are read.
 */
# ifdef NOT_DEFINED
    typedef unsigned long uint32 //; // remove comment before ";" to make ctags work
# endif

extern "C" {

typedef void * FooBar;
FooBar * afunc (const char * aparam);
struct astruct
{
    int m_member;
};
typedef struct astruct astruct;
typedef uint32 (*FFunc) (const astruct * pP, int n);

}

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
ctags.rb-1.1.4 ext/vendor/ctags/Units/parser-cxx.r/rojas.h.d/input.h
ctags.rb-1.1.3 ext/vendor/ctags/Units/parser-cxx.r/rojas.h.d/input.h