1
0
mirror of https://github.com/cc65/cc65.git synced 2024-06-07 23:29:39 +00:00

remove orphaned STRINGIZE macro

This commit is contained in:
rofl0r 2022-04-25 17:12:09 +00:00
parent bf1ef6157c
commit 13081e0989

View File

@ -48,10 +48,6 @@
/* Convert argument to C string */
#define _STRINGIZE(arg) #arg
#define STRINGIZE(arg) _STRINGIZE(arg)
/* A search path is a pointer to the list */
typedef struct Collection SearchPaths;