Changeset 8904 for src/Pugs/Embed
- Timestamp:
- 02/01/06 15:09:07 (3 years ago)
- Files:
-
- 1 modified
-
src/Pugs/Embed/Parrot.hsc (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
src/Pugs/Embed/Parrot.hsc
r8902 r8904 189 189 parrot_imcc_init interp 190 190 191 {- 192 parrot_block_DOD interp 193 parrot_block_GC interp 194 -} 195 191 196 pf <- parrot_packfile_new interp 0 192 197 parrot_loadbc interp pf … … 330 335 parrot_string_to_cstring :: ParrotInterp -> ParrotString -> IO CString 331 336 337 {- 338 foreign import ccall "Parrot_block_DOD" 339 parrot_block_DOD :: ParrotInterp -> IO () 340 341 foreign import ccall "Parrot_block_GC" 342 parrot_block_GC :: ParrotInterp -> IO () 343 -} 344 332 345 foreign import ccall "imcc_init" 333 346 parrot_imcc_init :: ParrotInterp -> IO ()
