bibop.h 230 B

123456789101112131415
  1. /*
  2. * Part of Scheme 48 1.9. See file COPYING for notices and license.
  3. *
  4. * Authors: David Frese
  5. */
  6. #ifndef __S48_BIBOP_H
  7. #define __S48_BIBOP_H
  8. #include "generation_gc.h"
  9. #include "find_all.h"
  10. #include "check_heap.h"
  11. #endif