From f9f5a7f844a4c66fefe79517ab422e948bdc0661 Mon Sep 17 00:00:00 2001 From: Kartik Singh Date: Mon, 16 Dec 2024 08:49:33 -0800 Subject: [PATCH] Add top-of-file comment --- lib/sbcl_librarian_err.h | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/lib/sbcl_librarian_err.h b/lib/sbcl_librarian_err.h index 812d52f8..2fa61843 100644 --- a/lib/sbcl_librarian_err.h +++ b/lib/sbcl_librarian_err.h @@ -1,3 +1,16 @@ +/* + * sbcl_librarian_err.h + * + * This header declares variables needed by the fatal error handling + * facility as well as error codes representing the result of calling + * into Lisp. Platform-specific configuration for setjmp/longjmp is + * also included to account for variance across C runtimes and + * compilers. + * + * This header is automatically included by C bindings generated by + * SBCL-LIBRARIAN. + * + */ #pragma once #include