mirror of
https://github.com/MariaDB/server.git
synced 2025-07-27 18:02:13 +03:00
Upgrade bundled readline to version 5.0.
This commit is contained in:
@ -37,7 +37,7 @@
|
||||
#endif
|
||||
|
||||
#ifndef __attribute__
|
||||
# if __GNUC__ < 2 || (__GNUC__ == 2 && __GNUC_MINOR__ < 8) || __STRICT_ANSI__
|
||||
# if __GNUC__ < 2 || (__GNUC__ == 2 && __GNUC_MINOR__ < 8)
|
||||
# define __attribute__(x)
|
||||
# endif
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user