home *** CD-ROM | disk | FTP | other *** search
/ Crawly Crypt Collection 1 / crawlyvol1.bin / program / compiler / nasm20b / nasm_src / p_debug.h < prev    next >
C/C++ Source or Header  |  1993-01-19  |  1KB  |  27 lines

  1. /* ---------------------------------------------------------------------- */
  2. /*                   Copyright (C) 1991 by Natürlich!                     */
  3. /*                      This file is copyrighted!                         */
  4. /*                Refer to the documentation for details.                 */
  5. /* ---------------------------------------------------------------------- */
  6. /*    In the faint hope that it will help searching speed, labels will    */
  7. /*      be alphabetisized (also I do have already code for that...)       */
  8. /* ---------------------------------------------------------------------- */
  9. #include <stdio.h>
  10. #include "defines.h"
  11. #include "nasm.h"
  12. #include "debug.h"
  13. #include "labels.h"
  14. #define  KEINE_CODE_INNEREIEN
  15. #include "code.h"
  16. #include "fix.h"
  17. #include "exprfast.h"
  18. #include "op.h"
  19.  
  20. #if ! DORECLAIM
  21. # define  expr_tryfree( x)
  22. #endif
  23.  
  24. extern label huge *h_local[SEP],  huge *t_local[SEP],  huge *l_local,
  25.              huge *h_global[SEP], huge *t_global[SEP], huge *l_global,
  26.              huge *h_macro[SEP],  huge *t_macro[SEP],  huge *l_macro;
  27.