https://github.com/teuben/nemo
Raw File
Tip revision: bfd50ae4efc6b250bb006788c4114478a98c318b authored by Peter Teuben on 22 November 2020, 03:43:24 UTC
add current versions
Tip revision: bfd50ae
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