Changeset 21217

Show
Ignore:
Timestamp:
07/04/08 15:29:08 (5 months ago)
Author:
ruoso
Message:

[misc/sm0p] positional arguments also need a SMOP_REFERENCE

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • misc/sm0p/sm0p.pm

    r21215 r21217  
    7878    [ 
    7979   ||  <ws> \, <ws> <positionals> 
    80         { make $<identifier> ~ ', ' ~ $<positionals>  } 
     80        { make 'SMOP_REFERENCE(interpreter,' ~ $<identifier> ~ '), ' ~ $<positionals>  } 
    8181   ||  <ws> 
    82         { make $<identifier> ~ ', NULL' } 
     82        { make 'SMOP_REFERENCE(interpreter,' ~ $<identifier> ~ '), NULL' } 
    8383    ] 
    8484}