home *** CD-ROM | disk | FTP | other *** search
/ Amiga ISO Collection / AmigaUtilCD2.iso / Programming / C / STORM2.DMS / in.adf / Includes.LHA / pragma / translator_lib.h < prev    next >
Encoding:
C/C++ Source or Header  |  1995-11-01  |  421 b   |  24 lines

  1. // pragmas for translator.library
  2. // (c) 1995 HAAGE & PARTNER Computer GmbH
  3.  
  4. #ifndef _INCLUDE_PRAGMA_TRANSLATOR_LIB_H
  5. #define _INCLUDE_PRAGMA_TRANSLATOR_LIB_H
  6.  
  7. #ifndef  CLIB_TRANSLATOR_PROTOS_H
  8. #include <clib/translator_protos.h>
  9. #endif
  10.  
  11. #ifdef __cplusplus
  12. #define CPLUSPLUSON
  13. #pragma -
  14. #endif
  15.  
  16. #pragma amicall(TranslatorBase, 0x1e, Translate(a0,d0,a1,d1))
  17.  
  18. #ifdef CPLUSPLUSON
  19. #undef CPLUSPLUSON
  20. #pragma +
  21. #endif
  22.  
  23. #endif
  24.