| ... | @@ -1317,7 +1317,7 @@ const @"identifier with spaces in it" = 0xff; | ... | @@ -1317,7 +1317,7 @@ const @"identifier with spaces in it" = 0xff; |
| 1317 | const @"1SmallStep4Man" = 112358; | 1317 | const @"1SmallStep4Man" = 112358; |
| 1318 | | 1318 | |
| 1319 | const c = @import("std").c; | 1319 | const c = @import("std").c; |
| 1320 | pub extern "c" fn @"error"() anyopaque; | 1320 | pub extern "c" fn @"error"() void; |
| 1321 | pub extern "c" fn @"fstat$INODE64"(fd: c.fd_t, buf: *c.Stat) c_int; | 1321 | pub extern "c" fn @"fstat$INODE64"(fd: c.fd_t, buf: *c.Stat) c_int; |
| 1322 | | 1322 | |
| 1323 | const Color = enum { | 1323 | const Color = enum { |