c_asm.h 399 B

1234567891011121314151617181920
  1. /* DO NOT EDIT THIS FILE.
  2. It has been auto-edited by fixincludes from:
  3. "fixinc/tests/inc/c_asm.h"
  4. This had to be done to correct non-standard usages in the
  5. original, manufacturer supplied header file. */
  6. #if defined( DEC_INTERN_ASM_CHECK )
  7. #ifdef __DECC
  8. float fasm {
  9. ... asm stuff ...
  10. };
  11. #pragma intrinsic( dasm )
  12. #endif
  13. /* END ASM TEST*/
  14. #endif /* DEC_INTERN_ASM_CHECK */