Skip to content

Commit de79314

Browse files
authored
[libc] Fix missing ; in spec.td. (#71977)
1 parent 09273d4 commit de79314

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libc/spec/spec.td

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ def LongDoubleType : NamedType<"long double">;
5151
def CharType : NamedType<"char">;
5252

5353
// TODO: Add compatibility layer to use C23 type _Float128 if possible.
54-
def Float128Type : NamedType<"__float128">
54+
def Float128Type : NamedType<"__float128">;
5555

5656
// Common types
5757
def VoidPtr : PtrType<VoidType>;

0 commit comments

Comments
 (0)