refactor(core): change hole ID to -1

This commit is contained in:
2022-12-23 14:01:16 +03:00
parent 99d6a2a95c
commit cee515da52
3 changed files with 11 additions and 13 deletions
+1 -1
View File
@@ -16,7 +16,7 @@ extern "C" {
// ==================== CONSTANTS ==================== //
// ID of hole - an invalid record
#define HOLE_ID (0)
#define HOLE_ID (-1)
// ==================== STRUCTS AND TYPEDEFS ==================== //