yait

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README | LICENSE

commit 7c638476679a8d418e265fc7fc2d9f83826fe7eb
parent 2e82682318b0c7cda2ec798236e71c9048902ebf
Author: vx_clutch <[email protected]>
Date:   Tue, 11 Nov 2025 08:22:49 -0500

wip
Diffstat:
Mglobals.h | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/globals.h b/globals.h @@ -7,7 +7,7 @@ #ifndef GLOBALS_H_ #define GLOBALS_H_ -enum { SINGLE, FULL }; +enum { SINGLE = 1, FULL = 2 }; #define NPAT 4096 /* number of bytes for path buffer */