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:
@@ -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)
|
||||||
|
Reference in New Issue
Block a user