Skip to content
Snippets Groups Projects
Commit c175e4e3 authored by Andrea Censi's avatar Andrea Censi
Browse files

Suppress warning from redefinition of macros

parent f8cd25a4
No related branches found
No related tags found
No related merge requests found
/* Some preprocessor magic for having fast inline functions. */
#include <gsl/gsl_matrix.h>
#ifndef INLINE
#define INLINE static inline
#endif
#ifndef INLINE_DECL
#define INLINE_DECL static inline
#endif
/* Some preprocessor magic for the "restrict" keyword:
http://www.cellperformance.com/mike_acton/2006/05/demystifying_the_restrict_keyw.html */
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment