mirror of
https://gitlab.com/embeddable-common-lisp/ecl.git
synced 2026-01-16 06:12:25 -08:00
Allow multiple inclusion of ecl/internal.h
This commit is contained in:
parent
bfb526a46c
commit
744495f8eb
1 changed files with 5 additions and 0 deletions
|
|
@ -13,6 +13,9 @@
|
|||
See file '../Copyright' for full details.
|
||||
*/
|
||||
|
||||
#ifndef ECL_INTERNAL_H
|
||||
#define ECL_INTERNAL_H
|
||||
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
#endif
|
||||
|
|
@ -537,3 +540,5 @@ void ecl_interrupt_process(cl_object process, cl_object function);
|
|||
#ifdef __cplusplus
|
||||
}
|
||||
#endif
|
||||
|
||||
#endif /* ECL_INTERNAL_H */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue