Bug 60262 - Editor source parser is flagging 'class' as error in C files
Summary: Editor source parser is flagging 'class' as error in C files
Status: RESOLVED DUPLICATE of bug 57156
Alias: None
Product: kdevelop
Classification: Applications
Component: Problem reporter (show other bugs)
Version: git master
Platform: RedHat Enterprise Linux Linux
: NOR normal
Target Milestone: ---
Assignee: KDevelop Developers
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-06-23 07:04 UTC by Jon Smirl
Modified: 2007-09-11 19:04 UTC (History)
1 user (show)

See Also:
Latest Commit:
Version Fixed In:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Jon Smirl 2003-06-23 07:04:26 UTC
Version:           CVS (using KDE KDE 3.1)
Installed from:    RedHat RPMs

Editor source parser is flagging 'class' as error in C files.

typedef struct __GLXvisualConfigRec {
    VisualID vid;
    int class; // this is legal in C, editor flags it as error
    Bool rgba;
    int redSize, greenSize, blueSize, alphaSize;
    unsigned long redMask, greenMask, blueMask, alphaMask;
    int accumRedSize, accumGreenSize, accumBlueSize, accumAlphaSize;
    Bool doubleBuffer;
    Bool stereo;
    int bufferSize;
    int depthSize;
    int stencilSize;
    int auxBuffers;
    int level;
}
Comment 1 Jens Dagerbo 2006-04-18 22:18:25 UTC

*** This bug has been marked as a duplicate of 57156 ***