Classify more keywords as to what versions they are identifiers, reserved, or keywords.

git-svn-id: https://cvs.khronos.org/svn/repos/ogl/trunk/ecosystem/public/sdk/tools/glslang@20540 e7fa87d3-cd2b-0410-9028-fcbf551c1848
This commit is contained in:
John Kessenich 2013-02-12 06:53:13 +00:00
parent 3e1fcf34c5
commit f792295e35
3 changed files with 56 additions and 18 deletions

View file

@ -151,8 +151,6 @@ struct TParseContext {
};
int PaParseStrings(char* argv[], int strLen[], int argc, TParseContext&);
void PaReservedWord();
int PaIdentOrType(TString& id, TParseContext&, TSymbol*&);
int PaParseComment(int &lineno, TParseContext&);
void ResetFlex();