Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/prusa3d/PrusaSlicer.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'xs/src/xsinit.h')
-rw-r--r--xs/src/xsinit.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/xs/src/xsinit.h b/xs/src/xsinit.h
index f14e1262d..2082dfb88 100644
--- a/xs/src/xsinit.h
+++ b/xs/src/xsinit.h
@@ -40,7 +40,7 @@
// #include <libslic3r.h>
#ifdef SLIC3RXS
-extern "C" {
+// extern "C" {
#include "EXTERN.h"
#include "perl.h"
#include "XSUB.h"
@@ -88,7 +88,7 @@ extern "C" {
#undef Zero
#undef Packet
#undef _
-}
+// }
#endif
#include <ClipperUtils.hpp>