1
0
mirror of https://github.com/cc65/cc65.git synced 2026-01-22 17:16:21 +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 */
#ifndef NULL
#define NULL ((void *) 0)