]> git.uio.no Git - u/mrichter/AliRoot.git/blame - ALIROOT/dummies.c
New files for folders and Stack
[u/mrichter/AliRoot.git] / ALIROOT / dummies.c
CommitLineData
2a614eed 1#ifdef __linux
2#include <fpu_control.h>
3void __attribute__ ((constructor))
9e1a0ddb 4 trapfpe () {
5 fpu_control_t cw = _FPU_DEFAULT & ~(_FPU_MASK_IM | _FPU_MASK_ZM |
6 _FPU_MASK_OM);
7 _FPU_SETCW(cw);
2a614eed 8}
9void MAIN__() {}
10#endif
fe4da5cc 11void izrtoc_() {}
12void igmess_() {}
13void igloc2_() {}
14void igpxmp_() {}
15void izitoc_() {}