[Bug 60262] New: Editor source parser is flagging 'class' as error in C files

Jon Smirl jonsmirl at yahoo.com
Mon Jun 23 07:05:07 UTC 2003


------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
     
http://bugs.kde.org/show_bug.cgi?id=60262     
           Summary: Editor source parser is flagging 'class' as error in C
                    files
           Product: kdevelop
           Version: CVS
          Platform: RedHat RPMs
        OS/Version: Linux
            Status: UNCONFIRMED
          Severity: normal
          Priority: NOR
         Component: general
        AssignedTo: kdevelop-devel at kdevelop.org
        ReportedBy: jonsmirl at yahoo.com


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;
}




More information about the KDevelop-devel mailing list