1
0
mirror of https://github.com/cc65/cc65.git synced 2025-08-10 20:25:20 +00:00

Merge pull request #2338 from colinleroy/fix-2237-keep-time-h-standard

Remove non-standard (and useless) include
This commit is contained in:
Bob Andrews
2024-01-08 21:52:40 +01:00
committed by GitHub

View File

@@ -43,10 +43,6 @@ typedef unsigned long clock_t;
#include <target.h>
/* NULL pointer */ /* NULL pointer */
#ifndef NULL #ifndef NULL
#define NULL ((void *) 0) #define NULL ((void *) 0)