mirror of
https://github.com/MariaDB/server.git
synced 2025-01-23 23:34:34 +01:00
5 lines
113 B
C
Executable file
5 lines
113 B
C
Executable file
/*
|
|
* Posix (actually ansi C) section
|
|
*/
|
|
#define HUGE_VAL (__infinity()) /* Produces IEEE Infinity. */
|
|
|