Skip to content

Commit 2b447bb

Browse files
authored
Update c_headers.py
1 parent 3484145 commit 2b447bb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rivetc/src/codegen/c_headers.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@
6464
typedef uint64_t uint64;
6565
typedef ptrdiff_t ri_int;
6666
typedef size_t ri_uint;
67-
typedef ri_int comptime_int; // TODO: remove
67+
typedef ri_int comptime_int;
6868
6969
typedef uint8 bool;
7070
typedef uint32 rune;

0 commit comments

Comments
 (0)