diff options
author | Chris Robinson <[email protected]> | 2020-09-01 06:01:14 -0700 |
---|---|---|
committer | Chris Robinson <[email protected]> | 2020-09-01 06:22:50 -0700 |
commit | eeba1a385c466e1c25468eb2ac23b41a49e4a978 (patch) | |
tree | 3c962abf75182d9731f50b6f2e45d49e464b1364 /config.h.in | |
parent | a6aefeccd8c515d376f2074a545de9c9d8c5cbb9 (diff) |
Don't use config.h to define RESTRICT
Diffstat (limited to 'config.h.in')
-rw-r--r-- | config.h.in | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/config.h.in b/config.h.in index bd87f4fe..f7e1542e 100644 --- a/config.h.in +++ b/config.h.in @@ -2,9 +2,6 @@ #define AL_API ${EXPORT_DECL} #define ALC_API ${EXPORT_DECL} -/* Define a restrict macro for non-aliased pointers */ -#define RESTRICT ${RESTRICT_DECL} - /* Define if HRTF data is embedded in the library */ #cmakedefine ALSOFT_EMBED_HRTF_DATA |