From 0d286eef9634116828ead278f9534f04ecbb6ecd Mon Sep 17 00:00:00 2001 From: cnlohr Date: Sat, 11 Mar 2017 16:36:28 -0500 Subject: Update a few files... need to get working with linmath. But first switching accounts. --- include/libsurvive/survive.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/libsurvive/survive.h') diff --git a/include/libsurvive/survive.h b/include/libsurvive/survive.h index 03249e9..b349ff1 100644 --- a/include/libsurvive/survive.h +++ b/include/libsurvive/survive.h @@ -140,7 +140,7 @@ void survive_default_angle_process( SurviveObject * so, int sensor_id, int acode void RegisterDriver( const char * name, void * data ); #define REGISTER_LINKTIME( func ) \ - void __attribute__((constructor)) Register##func() { RegisterDriver( #func, &func ); } + void __attribute__((constructor)) LTRegister##func() { RegisterDriver( #func, &func ); } -- cgit v1.2.3