Skip to content

Commit

Permalink
Little cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
cullvox committed May 22, 2023
1 parent a168d34 commit 38e008c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
3 changes: 2 additions & 1 deletion Include/noodle.h
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
1 change: 0 additions & 1 deletion Source/noodle.c
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,6 @@ typedef struct NoodleLexer_t




char* noodleStringDuplicate(const char* str);
const char* noodleStringFromTokenKind(NoodleTokenKind_t kind);

Expand Down

0 comments on commit 38e008c

Please sign in to comment.