home *** CD-ROM | disk | FTP | other *** search
/ Crawly Crypt Collection 1 / crawlyvol1.bin / falcon / program / x_debug / kludge.h < prev    next >
Text File  |  1991-11-25  |  230b  |  11 lines

  1.  
  2. /* before including this define KLUDGE to be a unique name within
  3. the caller source file e.g.
  4. #define KLUDGE(x) __junk ## x
  5. */
  6.     
  7. char near KLUDGE(1);
  8. char near KLUDGE(2) = 1;
  9. char far KLUDGE(3);
  10. char far KLUDGE(4) = 1;
  11.