mirror of
https://gitlab.com/embeddable-common-lisp/ecl.git
synced 2025-12-31 14:50:50 -08:00
Prevent file ecl.h from being included more than once.
This commit is contained in:
parent
972ed86a88
commit
e1a7de44ab
1 changed files with 5 additions and 0 deletions
|
|
@ -13,6 +13,9 @@
|
|||
See file '../Copyright' for full details.
|
||||
*/
|
||||
|
||||
#ifndef ECL_H
|
||||
#define ECL_H
|
||||
|
||||
#include <sys/types.h> /* size_t, pthread_t, pthread_mutex_t */
|
||||
#include <stddef.h> /* NULL, ptrdiff_t */
|
||||
#include <stdarg.h> /* va_list */
|
||||
|
|
@ -62,3 +65,5 @@ typedef unsigned short uint16_t;
|
|||
#endif
|
||||
|
||||
typedef void (*ecl_init_function_t)(cl_object block);
|
||||
|
||||
#endif /* ECL_H */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue