瀏覽代碼

make it compile under gcc 3.3.2

tags/trunk_20040329
Michal Krol 20 年之前
父節點
當前提交
5c9d21df3d
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1
    1
      src/mesa/shader/slang/MachineIndependent/ParseHelper.h

+ 1
- 1
src/mesa/shader/slang/MachineIndependent/ParseHelper.h 查看文件

@@ -105,7 +105,7 @@ struct TParseContext {
const TFunction* findFunction(int line, TFunction* pfnCall, bool *builtIn = 0);
bool executeInitializer(TSourceLoc line, TString& identifier, TPublicType& pType,
TIntermTyped* initializer, TIntermNode*& intermNode);
bool TParseContext::canNodeBeRemoved(TIntermNode*);
bool canNodeBeRemoved(TIntermNode*);
TIntermTyped* addConstructor(TIntermNode*, TType*, TOperator, TFunction*, TSourceLoc);
TIntermTyped* constructStruct(TIntermNode*, TType*, int, TSourceLoc, bool subset);
TIntermTyped* constructBuiltIn(TType*, TOperator, TIntermNode*, TSourceLoc, bool subset);

Loading…
取消
儲存