diff options
Diffstat (limited to 'src/lread.c')
| -rw-r--r-- | src/lread.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/lread.c b/src/lread.c index 7b43dedecfb..24805abb4eb 100644 --- a/src/lread.c +++ b/src/lread.c | |||
| @@ -1336,9 +1336,6 @@ complete_filename_p (pathname) | |||
| 1336 | return (IS_DIRECTORY_SEP (s[0]) | 1336 | return (IS_DIRECTORY_SEP (s[0]) |
| 1337 | || (SCHARS (pathname) > 2 | 1337 | || (SCHARS (pathname) > 2 |
| 1338 | && IS_DEVICE_SEP (s[1]) && IS_DIRECTORY_SEP (s[2])) | 1338 | && IS_DEVICE_SEP (s[1]) && IS_DIRECTORY_SEP (s[2])) |
| 1339 | #ifdef ALTOS | ||
| 1340 | || *s == '@' | ||
| 1341 | #endif | ||
| 1342 | #ifdef VMS | 1339 | #ifdef VMS |
| 1343 | || index (s, ':') | 1340 | || index (s, ':') |
| 1344 | #endif /* VMS */ | 1341 | #endif /* VMS */ |