We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cf7eb98 commit 58b2cb1Copy full SHA for 58b2cb1
src/postgresql_stubs.c
@@ -132,8 +132,8 @@ static inline value make_some(value v)
132
133
/* Cache for OCaml-values */
134
static value v_empty_string = Val_unit;
135
-static value *v_exc_Oid = NULL; /* Exception [Oid] */
136
-static value *v_null_param = NULL;
+static const value *v_exc_Oid = NULL; /* Exception [Oid] */
+static const value *v_null_param = NULL;
137
138
CAMLprim value PQocaml_init(value __unused v_unit)
139
{
0 commit comments