Allow multiple inclusion of ecl/internal.h

This commit is contained in:
Juan Jose Garcia Ripoll 2010-11-02 18:09:57 +01:00
parent bfb526a46c
commit 744495f8eb

View file

@ -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 */