instead of unions use double cast for data pointer <-> function pointer
[p5sagit/p5-mst-13.2.git] / miniperlmain.c
index 53ab947..bb49f5b 100644 (file)
@@ -125,3 +125,13 @@ xs_init(pTHX)
 {
     dXSUB_SYS;
 }
+
+/*
+ * Local variables:
+ * c-indentation-style: bsd
+ * c-basic-offset: 4
+ * indent-tabs-mode: t
+ * End:
+ *
+ * ex: set ts=8 sts=4 sw=4 noet:
+ */