home *** CD-ROM | disk | FTP | other *** search
/ Chip 1997 October / Chip_1997-10_cd.bin / tema / sybase / powerj / h.z / EH.H < prev    next >
C/C++ Source or Header  |  1996-11-06  |  382b  |  21 lines

  1. //
  2. //  eh.h    Cover file to include except.h
  3. //
  4. //  Copyright by WATCOM International Corp. 1988-1996.  All rights reserved.
  5. //
  6. #ifndef _EH_H_INCLUDED
  7. #define _EH_H_INCLUDED
  8. #if !defined(_ENABLE_AUTODEPEND)
  9.   #pragma read_only_file;
  10. #endif
  11.  
  12. #ifndef __cplusplus
  13. #error eh.h is for use with C++
  14. #endif
  15.  
  16. #ifndef _EXCEPT_H_INCLUDED
  17.  #include <except.h>
  18. #endif
  19.  
  20. #endif
  21.