Changeset 21217
- Timestamp:
- 07/04/08 15:29:08 (5 months ago)
- Files:
-
- 1 modified
-
misc/sm0p/sm0p.pm (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
misc/sm0p/sm0p.pm
r21215 r21217 78 78 [ 79 79 || <ws> \, <ws> <positionals> 80 { make $<identifier> ~ ', ' ~ $<positionals> }80 { make 'SMOP_REFERENCE(interpreter,' ~ $<identifier> ~ '), ' ~ $<positionals> } 81 81 || <ws> 82 { make $<identifier> ~ ', NULL' }82 { make 'SMOP_REFERENCE(interpreter,' ~ $<identifier> ~ '), NULL' } 83 83 ] 84 84 }
