Skip to content

Commit

Permalink
comment change, nil -> bool.
Browse files Browse the repository at this point in the history
  • Loading branch information
mitchan0321 committed Mar 11, 2020
1 parent 07cd30c commit 9bff701
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion types.h
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
#include "binbulk.h"
#include "t_gc.h"

#define BOOL 0 /* nil */
#define BOOL 0 /* bool */
#define SYMBOL 1 /* symbol */
#define REF 2 /* reference (e.g. $XX) */
#define LIST 3 /* list (e.g. (...)) */
Expand Down

0 comments on commit 9bff701

Please sign in to comment.