https://github.com/teuben/nemo
Raw File
Tip revision: 27d447ea1e0c092be8e577a3569a022c11e2c3bc authored by Peter Teuben on 07 April 2021, 03:16:34 UTC
dynamic loader should be simpler (i5-11x?) clang
Tip revision: 27d447e
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