aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorcnlohr <lohr85@gmail.com>2017-03-11 16:36:28 -0500
committercnlohr <lohr85@gmail.com>2017-03-11 16:36:28 -0500
commit0d286eef9634116828ead278f9534f04ecbb6ecd (patch)
tree0ef5b705a6fa273fb261d46f6d59baa7d9c51fcc /include
parentcdc60d110a9cd69c5bd8c0ac4e67db1ce7cecc93 (diff)
downloadlibsurvive-0d286eef9634116828ead278f9534f04ecbb6ecd.tar.gz
libsurvive-0d286eef9634116828ead278f9534f04ecbb6ecd.tar.bz2
Update a few files... need to get working with linmath. But first switching accounts.
Diffstat (limited to 'include')
-rw-r--r--include/libsurvive/survive.h2
1 files changed, 1 insertions, 1 deletions
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 ); }