summaryrefslogtreecommitdiffstats
path: root/otherlibs/unix/cst2constr.h
diff options
context:
space:
mode:
Diffstat (limited to 'otherlibs/unix/cst2constr.h')
-rw-r--r--otherlibs/unix/cst2constr.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/otherlibs/unix/cst2constr.h b/otherlibs/unix/cst2constr.h
index 307926b35..e4b45b876 100644
--- a/otherlibs/unix/cst2constr.h
+++ b/otherlibs/unix/cst2constr.h
@@ -1,4 +1,4 @@
-#ifdef ANSI
+#ifdef __STDC__
value cst_to_constr(int, int *, int, int);
#else
value cst_to_constr();