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