Skip to content

Commit

Permalink
#74 add Ravi extension to allow adding a dummy function and partial p…
Browse files Browse the repository at this point in the history
…arsing of a statement block
  • Loading branch information
dibyendumajumdar committed Sep 12, 2021
1 parent 89b303a commit 7678ad4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/chibicc.h
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,8 @@
#include <unistd.h>
#endif

#define RAVI_EXTENSIONS

#define MAX(x, y) ((x) < (y) ? (y) : (x))
#define MIN(x, y) ((x) < (y) ? (x) : (y))

Expand Down

0 comments on commit 7678ad4

Please sign in to comment.