home *** CD-ROM | disk | FTP | other *** search
/ MacHack 1997 / MacHack 1997.toast / Hacks / Hacks ’93 / String Extractor⁄Localization / Scanner / Error.h < prev    next >
Encoding:
C/C++ Source or Header  |  1993-06-17  |  176 b   |  13 lines  |  [TEXT/KAHL]

  1. /*
  2.  * Error.h
  3.  */
  4.  
  5. #ifndef _H_Error
  6. # define _H_Error
  7.  
  8. #define Error(x) _Error ( x , __FILE__ , __LINE__ )
  9.  
  10. extern void _Error ( short code , char * err , int line ) ;
  11.  
  12. #endif
  13.