Changeset 3934 for src/perl5/pugsembed.c
- Timestamp:
- 05/27/05 01:30:01 (4 years ago)
- svk:copy_cache_prev:
- 5515
- Files:
-
- 1 modified
-
src/perl5/pugsembed.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
src/perl5/pugsembed.c
r3932 r3934 19 19 isa[0] = pugs_PvToVal("Code"); 20 20 isa[1] = NULL; 21 if (pugs_ValToIv(pugs_Apply( "&isa", val, isa))) {21 if (pugs_ValToIv(pugs_Apply(pugs_PvToVal("&isa"), val, isa))) { 22 22 fprintf(stderr, "got a code!!\n"); 23 23 }
