mirror of
https://github.com/cc65/cc65.git
synced 2025-01-12 02:30:44 +00:00
remove orphaned STRINGIZE macro
This commit is contained in:
parent
910ce5c1fd
commit
058126ae41
@ -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 */
|
/* A search path is a pointer to the list */
|
||||||
typedef struct Collection SearchPaths;
|
typedef struct Collection SearchPaths;
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user