comparison src/emacs.c @ 55395:8640357a1aa5

(main) [VMS]: Fix var ref.
author Thien-Thi Nguyen <ttn@gnuvola.org>
date Thu, 06 May 2004 19:46:31 +0000
parents d57cf5187262
children 1d21085d1d46 46882e012e30
comparison
equal deleted inserted replaced
55394:06ec2e56299e 55395:8640357a1aa5
892 892
893 #ifdef VMS 893 #ifdef VMS
894 /* If -map specified, map the data file in. */ 894 /* If -map specified, map the data file in. */
895 { 895 {
896 char *file; 896 char *file;
897 if (argmatch (argv, argc, "-map", "--map-data", 3, &mapin_file, &skip_args)) 897 if (argmatch (argv, argc, "-map", "--map-data", 3, &file, &skip_args))
898 mapin_data (file); 898 mapin_data (file);
899 } 899 }
900 900
901 #ifdef LINK_CRTL_SHARE 901 #ifdef LINK_CRTL_SHARE
902 #ifdef SHARABLE_LIB_BUG 902 #ifdef SHARABLE_LIB_BUG