Skip to content
Snippets Groups Projects
Forked from cmucl / cmucl
Source project has a limited visibility.
  • toy's avatar
    ae169a66
    Changes so this will compile under Sun C: · ae169a66
    toy authored
    o Convert some void* objects to char* objects so we don't try to do
      pointer arithmetic on void* objects.
    o Change scavenge to take void* instead of lispobj*.  Cast
      appropriately in the body.
    o Change uses of scavenge to match the new definition.
    ae169a66
    History
    Changes so this will compile under Sun C:
    toy authored
    o Convert some void* objects to char* objects so we don't try to do
      pointer arithmetic on void* objects.
    o Change scavenge to take void* instead of lispobj*.  Cast
      appropriately in the body.
    o Change uses of scavenge to match the new definition.