Allow to supply searchpath defines as simple values instead of escaped C strings.
This commit is contained in:
@@ -48,6 +48,10 @@
|
||||
|
||||
|
||||
|
||||
/* 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 SearchPath;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user