so we have a separate implementation for these newer versions. */
#if USING_GUILE_BEFORE_2_2
static scm_t_bits session_record_port_type;
+
+/* Hint for the `scm_gc_' functions. */
+static const char session_record_port_gc_hint[] =
+ "gnutls-session-record-port";
#else
static scm_t_port_type *session_record_port_type;
#endif
/* Size of a session port's input buffer. */
#define SCM_GNUTLS_SESSION_RECORD_PORT_BUFFER_SIZE 4096
-/* Hint for the `scm_gc_' functions. */
-static const char session_record_port_gc_hint[] =
- "gnutls-session-record-port";
-
#if SCM_MAJOR_VERSION == 1 && SCM_MINOR_VERSION <= 8