bytes.c 398 B

123456789101112131415161718
  1. /*
  2. * bytes.c
  3. *
  4. * version of bytes1.c that does not keep counts of how many
  5. * bytecodes are executed for each function. I have the version that
  6. * does keep counts as the file that (directly) contains the code
  7. * since that makes use of one of the debuggers that I use easier (Ugh!)
  8. */
  9. /* Signature: 36637ad0 11-Oct-1993 */
  10. #define NO_BYTECOUNT 1
  11. #include "bytes1.c"
  12. /* end of bytes.c */