]> git.uio.no Git - u/mrichter/AliRoot.git/blob - ALIROOT/dummies.c
ConfigPPR.C removed to avoid confusions with Config.C. Config.C contains all the...
[u/mrichter/AliRoot.git] / ALIROOT / dummies.c
1 #ifdef __linux
2 #include <fpu_control.h>
3 void __attribute__ ((constructor))
4      trapfpe () {
5   fpu_control_t cw = _FPU_DEFAULT & ~(_FPU_MASK_IM | _FPU_MASK_ZM |
6                                       _FPU_MASK_OM);
7   _FPU_SETCW(cw);
8 }
9 void MAIN__()  {}
10 #endif
11 void izrtoc_() {}
12 void igmess_() {}
13 void igloc2_() {}
14 void igpxmp_() {}
15 void izitoc_() {}