Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
ift
pyHealpix
Commits
3c24364f
Commit
3c24364f
authored
May 03, 2017
by
Martin Reinecke
Browse files
sync with master sources
parent
ec5bacd2
Changes
1
Hide whitespace changes
Inline
Side-by-side
c_utils/c_utils.h
View file @
3c24364f
...
...
@@ -25,7 +25,7 @@
/*! \file c_utils.h
* Convenience functions
*
* Copyright (C) 2008-201
3
Max-Planck-Society
* Copyright (C) 2008-201
7
Max-Planck-Society
* \author Martin Reinecke
* \note This file should only be included from .c files, NOT from .h files.
*/
...
...
@@ -144,4 +144,10 @@ void util_free_ (void *ptr);
}
#endif
#ifdef __GNUC__
#define NOINLINE __attribute__((noinline))
#else
#define NOINLINE
#endif
#endif
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment