home *** CD-ROM | disk | FTP | other *** search
/ Aminet 18 / aminetcdnumber181997.iso / Aminet / dev / gcc / fd2inline_bin.lha / include / inline / wbstart.h < prev   
C/C++ Source or Header  |  1997-01-31  |  597b  |  24 lines

  1. /* Automatically generated header! Do not edit! */
  2.  
  3. #ifndef _INLINE_WBSTART_H
  4. #define _INLINE_WBSTART_H
  5.  
  6. #ifndef __INLINE_MACROS_H
  7. #include <inline/macros.h>
  8. #endif /* !__INLINE_MACROS_H */
  9.  
  10. #ifndef WBSTART_BASE_NAME
  11. #define WBSTART_BASE_NAME WBStartBase
  12. #endif /* !WBSTART_BASE_NAME */
  13.  
  14. #define WBStartTagList(tags) \
  15.     LP1(0x24, LONG, WBStartTagList, struct TagItem *, tags, a0, \
  16.     , WBSTART_BASE_NAME)
  17.  
  18. #ifndef NO_INLINE_STDARG
  19. #define WBStartTags(tags...) \
  20.     ({ULONG _tags[] = { tags }; WBStartTagList((struct TagItem *)_tags);})
  21. #endif /* !NO_INLINE_STDARG */
  22.  
  23. #endif /* !_INLINE_WBSTART_H */
  24.