1
0
mirror of https://github.com/rfivet/uemacs.git synced 2025-11-23 11:41:15 -05:00

Remove VMS related code.

This commit is contained in:
2019-07-04 08:06:13 +08:00
parent 28551a3e81
commit a35185c4fa
10 changed files with 27 additions and 271 deletions

11
flook.c
View File

@@ -31,16 +31,7 @@ const char *pathname[] = {
#endif
"/usr/local/", "/usr/lib/", ""
#endif
#if VMS
{
"emacs.rc", "emacs.hlp", "",
#if PKCODE
"sys$login:", "emacs_dir:",
#endif
"sys$sysdevice:[vmstools]"
#endif
};
} ;
#define PATHNAME_SIZE (sizeof pathname / sizeof pathname[ 0])