Skip to content

Commit 76c5d69

Browse files
committed
Use the appropriate #define for loot
1 parent 88ebdd7 commit 76c5d69

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

langs/loot/main.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ int main(int argc, char** argv) {
1919
void * heap = malloc(heap_size);
2020
int64_t result = entry(heap);
2121
// See if we need to print the initial tick
22-
if (cons_type_tag == (ptr_type_mask & result)) printf("'");
22+
if (type_pair == (result_type_mask & result)) printf("'");
2323
print_result(result);
2424
printf("\n");
2525
return 0;

0 commit comments

Comments
 (0)