https://github.com/teuben/nemo
Raw File
Tip revision: b41b4340c890a07dd5458db9f8e03e445bdaeea7 authored by Peter Teuben on 19 December 2022, 14:16:39 UTC
record difference old and new
Tip revision: b41b434
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