- Timestamp:
- 09/16/08 14:46:25 (3 months ago)
- Location:
- v6/smop
- Files:
-
- 1 added
- 2 modified
-
misc/ri/smop_s1p_io.ri (modified) (1 diff)
-
src/smop_s1p_io.c (modified) (1 diff)
-
tools/ri (added)
Legend:
- Unmodified
- Added
- Removed
-
v6/smop/misc/ri/smop_s1p_io.ri
r21944 r22261 1 1 %prototype IO 2 2 %RI.id lowlevel io 3 %prefix smop_s1p_io 4 %include <stdlib.h>,<stdio.h> 3 5 %method print 4 6 int pc = SMOP__NATIVE__capture_positional_count(interpreter,capture); -
v6/smop/src/smop_s1p_io.c
r22230 r22261 71 71 72 72 void smop_s1p_io_destr() { 73 SMOP__ResponderInterface* ri = (SMOP__ResponderInterface*) SMOP__S1P__IO;74 73 SMOP_RELEASE(SMOP__GlobalInterpreter,SMOP__S1P__IO); 75 74 }
