yait

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

commit 91cd0a737b931832aa51c9b0d7eb195f3f7168b9
parent 984d5a54fe9bad984727068036ffca2aacf14bf9
Author: vx-clutch <[email protected]>
Date:   Sun,  7 Sep 2025 17:45:13 -0400

remove COMMIT checking

Diffstat:
Msrc/standard.c | 4----
1 file changed, 0 insertions(+), 4 deletions(-)

diff --git a/src/standard.c b/src/standard.c @@ -6,10 +6,6 @@ * <https://opensource.org/license/bsd-3-clause> */ -#ifndef COMMIT -#define COMMIT 0 -#endif - #include <stdio.h> #include <stdlib.h> #include <string.h>