aboutsummaryrefslogtreecommitdiff
path: root/packages/vms/config-vms.h
diff options
context:
space:
mode:
Diffstat (limited to 'packages/vms/config-vms.h')
-rw-r--r--packages/vms/config-vms.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/packages/vms/config-vms.h b/packages/vms/config-vms.h
index e19a0b4d3..ae72e17b1 100644
--- a/packages/vms/config-vms.h
+++ b/packages/vms/config-vms.h
@@ -355,3 +355,6 @@
/* Define to the function return type for send. */
#define SEND_TYPE_RETV int
+/* Define to hide dollar sign from compilers in strict ansi mode. */
+#define decc_translate_vms(__s) decc$translate_vms(__s)
+