diff --git a/Include/noodle.h b/Include/noodle.h index 4cd3ce5..1c9c56e 100644 --- a/Include/noodle.h +++ b/Include/noodle.h @@ -17,8 +17,9 @@ #define NOODLE_FALSE false #endif +// Any value prefixed with this can be set to NULL or 0 #ifndef NOODLE_NULLABLE -#define NOODLE_NULLABLE // Any value prefixed with this can be set to NULL/0 +#define NOODLE_NULLABLE #endif #ifndef NOODLE_MALLOC diff --git a/Source/noodle.c b/Source/noodle.c index 2bc00cb..af77680 100644 --- a/Source/noodle.c +++ b/Source/noodle.c @@ -118,7 +118,6 @@ typedef struct NoodleLexer_t - char* noodleStringDuplicate(const char* str); const char* noodleStringFromTokenKind(NoodleTokenKind_t kind);