Skip to content

Commit

Permalink
Add top-of-file comment
Browse files Browse the repository at this point in the history
  • Loading branch information
kartik-s committed Dec 16, 2024
1 parent 3d1fcf8 commit f9f5a7f
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions lib/sbcl_librarian_err.h
Original file line number Diff line number Diff line change
@@ -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 <stdio.h>

Expand Down

0 comments on commit f9f5a7f

Please sign in to comment.