Show
Ignore:
Timestamp:
08/28/08 07:42:22 (4 months ago)
Author:
Chuck.Esterbrook
Message:

Code cleanup.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • cobra/trunk/Source/Expr.cobra

    r1603 r1605  
    14951495                        i += 1 
    14961496                name = '_ch_ext_init_[.serialNum]'  # ch = class helper, ext = extended, init = initializer 
    1497                 m = Method(token.copy('ID', name), box, name, paramsForDecl, _type, nil, ['shared', 'private'], AttributeList(), '') 
    1498                 m.isCompilerGenerated = true 
     1497                m = Method(token.copy('ID', name), box, name, paramsForDecl, _type, nil, ['shared', 'private'], AttributeList(), '', isCompilerGenerated=true) 
    14991498                m.locals.add(LocalVar(token.copy('ID', 'obj'), .type)) 
    15001499