aboutsummaryrefslogtreecommitdiff
path: root/packages/vms/config-vms.h
diff options
context:
space:
mode:
authorYang Tse <yangsita@gmail.com>2008-09-12 11:18:17 +0000
committerYang Tse <yangsita@gmail.com>2008-09-12 11:18:17 +0000
commitaac739ccd2a04105bad4c189b36ed7c5190775df (patch)
tree24193c9b065288597fe09d7921c3ec8fc8abccf9 /packages/vms/config-vms.h
parentc3d1b07c455928de7497677b2da7ffa470a62fee (diff)
ANSI C compatibility adjustment
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)
+