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