Show
Ignore:
Timestamp:
07/03/08 16:03:58 (5 months ago)
Author:
ruoso
Message:

[smop] some more work in p6opaque, delegation almost working... I need to finish the "setting how" method, so I can effectively test the delegation

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • v6/smop/src/idconst_decl_all.h

    r20083 r21182  
    1818SMOP__Object* SMOP__ID__DESTROY; 
    1919SMOP__Object* SMOP__ID__DESTROYALL; 
     20SMOP__Object* SMOP__ID__dispatch; 
    2021SMOP__Object* SMOP__ID__eval; 
    2122SMOP__Object* SMOP__ID__FETCH; 
     
    2526SMOP__Object* SMOP__ID__has_next; 
    2627SMOP__Object* SMOP__ID__identifier; 
     28SMOP__Object* SMOP__ID__invocant; 
    2729SMOP__Object* SMOP__ID__isa; 
    2830SMOP__Object* SMOP__ID__jail;