summaryrefslogtreecommitdiff
path: root/Tools/CCode/Source/Pccts/h/pccts_setjmp.h
diff options
context:
space:
mode:
Diffstat (limited to 'Tools/CCode/Source/Pccts/h/pccts_setjmp.h')
-rw-r--r--Tools/CCode/Source/Pccts/h/pccts_setjmp.h10
1 files changed, 10 insertions, 0 deletions
diff --git a/Tools/CCode/Source/Pccts/h/pccts_setjmp.h b/Tools/CCode/Source/Pccts/h/pccts_setjmp.h
new file mode 100644
index 0000000000..9ea185ca73
--- /dev/null
+++ b/Tools/CCode/Source/Pccts/h/pccts_setjmp.h
@@ -0,0 +1,10 @@
+#ifndef __PCCTS_SETJMP_H__
+#define __PCCTS_SETJMP_H__
+
+#ifdef PCCTS_USE_NAMESPACE_STD
+#include <csetjmp>
+#else
+#include <setjmp.h>
+#endif
+
+#endif