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