mirror of
https://github.com/adtools/clib2.git
synced 2025-12-08 14:59:05 +00:00
The maximum slab size is now 2^17 bytes (= 131072). If you request a slab size larger than this, you will get slab sizes of 131072 bytes instead. Enabling the memory management debugging code no longer produces compiler errors.
7 lines
195 B
C
7 lines
195 B
C
#define VERSION 1
|
|
#define REVISION 209
|
|
#define DATE "21.11.2016"
|
|
#define VERS "c.lib 1.209"
|
|
#define VSTRING "c.lib 1.209 (21.11.2016)\r\n"
|
|
#define VERSTAG "\0$VER: c.lib 1.209 (21.11.2016)"
|