mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-24 19:40:10 +01:00
HAVE_ALIAS was never defined anywhere, add some logic to turn it on
automagically.
This commit is contained in:
parent
e82d5f2be9
commit
999534216d
1 changed files with 4 additions and 0 deletions
|
|
@ -29,6 +29,10 @@
|
|||
#include <GL/gl.h>
|
||||
#include "indirect_size.h"
|
||||
|
||||
# if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 95)
|
||||
# define HAVE_ALIAS
|
||||
# endif
|
||||
|
||||
# if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 96)
|
||||
# define PURE __attribute__((pure))
|
||||
# else
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue