diff options
author | Yang Tse <yangsita@gmail.com> | 2008-09-12 11:18:17 +0000 |
---|---|---|
committer | Yang Tse <yangsita@gmail.com> | 2008-09-12 11:18:17 +0000 |
commit | aac739ccd2a04105bad4c189b36ed7c5190775df (patch) | |
tree | 24193c9b065288597fe09d7921c3ec8fc8abccf9 /packages/vms | |
parent | c3d1b07c455928de7497677b2da7ffa470a62fee (diff) |
ANSI C compatibility adjustment
Diffstat (limited to 'packages/vms')
-rw-r--r-- | packages/vms/config-vms.h | 3 |
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) + |