5cc28c8ebd
- remove REGPARM entirely, it doesn't do any good these days and blocks portability - remove use of gcc, no longer needed - patch some portability issues MFH: 2026Q1 Sponsored by: Raptor Computing Systems, LLC
11 lines
185 B
C
11 lines
185 B
C
--- bb.c.orig 2026-02-12 17:43:44 UTC
|
|
+++ bb.c
|
|
@@ -24,6 +24,7 @@
|
|
#include <string.h>
|
|
#include <stdlib.h>
|
|
#include <ctype.h>
|
|
+#include <time.h>
|
|
#include <aalib.h>
|
|
#include "bb.h"
|
|
|