diff options
Diffstat (limited to '')
-rw-r--r-- | src/bun.js/bindings/headers.h | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/src/bun.js/bindings/headers.h b/src/bun.js/bindings/headers.h index c8c374b7f..c7612938c 100644 --- a/src/bun.js/bindings/headers.h +++ b/src/bun.js/bindings/headers.h @@ -1,5 +1,11 @@ // clang-format off -//-- AUTOGENERATED FILE -- 1683691290 +//-- GENERATED FILE. Do not edit -- +// +// To regenerate this file, run: +// +// make headers +// +//-- GENERATED FILE. Do not edit -- #pragma once #include <stddef.h> |