codegen.h 438 B

123456789101112131415161718
  1. /*
  2. * The Amsterdam Compiler Kit
  3. * See the copyright notice in the ACK home directory, in the file "Copyright".
  4. */
  5. #ifndef MACH_PROTO_NCG_CODEGEN_H
  6. #define MACH_PROTO_NCG_CODEGEN_H
  7. /* mach/proto/ncg/codegen.c */
  8. unsigned codegen(byte *codep, int ply, int toplevel, unsigned int costlimit, int forced);
  9. void readcodebytes(void);
  10. #ifdef TABLEDEBUG
  11. void initlset(char *f);
  12. void termlset();
  13. #endif
  14. #endif /* MACH_PROTO_NCG_CODEGEN_H */