home *** CD-ROM | disk | FTP | other *** search
/ Magazyn Amiga 4 / MA_Cover_4.iso / libs / regexp / include / pragmas / regexp_pragmas.h
Encoding:
C/C++ Source or Header  |  1998-02-26  |  721 b   |  21 lines

  1. #ifndef _INCLUDE_PRAGMA_REGEXP_LIB_H
  2. #define _INCLUDE_PRAGMA_REGEXP_LIB_H
  3.  
  4. #ifndef CLIB_REGEXP_PROTOS_H
  5. #include <clib/regexp_protos.h>
  6. #endif
  7.  
  8. #if defined(AZTEC_C) || defined(__MAXON__) || defined(__STORM__)
  9. #pragma amicall(RegexpBase,0x01E,RegComp(a0))
  10. #pragma amicall(RegexpBase,0x024,RegFree(a1))
  11. #pragma amicall(RegexpBase,0x02A,RegExec(a0,a1))
  12. #pragma amicall(RegexpBase,0x030,RegXlatError(d0))
  13. #endif
  14. #if defined(_DCC) || defined(__SASC)
  15. #pragma libcall RegexpBase RegComp              01E 801
  16. #pragma libcall RegexpBase RegFree              024 901
  17. #pragma libcall RegexpBase RegExec              02A 9802
  18. #pragma libcall RegexpBase RegXlatError         030 001
  19. #endif
  20.  
  21. #endif    /*  _INCLUDE_PRAGMA_REGEXP_LIB_H  */