summaryrefslogtreecommitdiff
path: root/SWIG/Lib/guile/guiledec.swg
diff options
context:
space:
mode:
Diffstat (limited to 'SWIG/Lib/guile/guiledec.swg')
-rw-r--r--SWIG/Lib/guile/guiledec.swg8
1 files changed, 8 insertions, 0 deletions
diff --git a/SWIG/Lib/guile/guiledec.swg b/SWIG/Lib/guile/guiledec.swg
index 5b9e2700a..947619c57 100644
--- a/SWIG/Lib/guile/guiledec.swg
+++ b/SWIG/Lib/guile/guiledec.swg
@@ -61,6 +61,14 @@ GSWIG_scm2char (SCM s)
scm_wrong_type_arg(NULL, 0, s);
}
+/* More 1.3.4 compatibility */
+#ifndef SCM_INPUT_PORT_P
+# define SCM_INPUT_PORT_P SCM_INPORTP
+# define SCM_OUTPUT_PORT_P SCM_OUTPORTP
+#endif
+
+/* Type system */
+
typedef struct SwigPtrType SwigPtrType;
typedef struct swig_type_info {