https://github.com/teuben/nemo
Raw File
Tip revision: ea14584180ee448c2a302f087153b71ad990539b authored by Peter Teuben on 24 September 2020, 23:30:18 UTC
protect where MIR was defined
Tip revision: ea14584
bodytransc.h
/*
 * BODYTRANSC.H: 
 *         this nasty trick is needed for nemo_main users
 *         since direct bodytrans.h macros can interfere with
 *         your variable names
 *
 *      31-dec-02       gcc3/SINGLEPREC
 */


#ifndef _bodytransc_h
#define _bodytransc_h
# include <bodytrans.h>
#endif
back to top