Changeset 28857 in webkit for trunk/JavaScriptCore/kjs


Ignore:
Timestamp:
Dec 19, 2007, 12:13:00 AM (17 years ago)
Author:
[email protected]
Message:

Make appendToVarDeclarationList static

RS=Weinig

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/JavaScriptCore/kjs/grammar.y

    r28854 r28857  
    117117}
    118118
    119 void appendToVarDeclarationList(ParserRefCountedData<DeclarationStacks::VarStack>*& varDecls, VarDeclNode* decl)
     119static void appendToVarDeclarationList(ParserRefCountedData<DeclarationStacks::VarStack>*& varDecls, VarDeclNode* decl)
    120120{
    121121    if (!varDecls)
Note: See TracChangeset for help on using the changeset viewer.