Minor fixes

This commit is contained in:
gingerBill
2020-11-17 16:36:33 +00:00
parent ede25a88f8
commit 11577db6a8
3 changed files with 7 additions and 7 deletions

View File

@@ -8,7 +8,8 @@ SEPARATOR :: '\\';
SEPARATOR_STRING :: `\`;
LIST_SEPARATOR :: ';';
reserved_names := []string{
@(private)
reserved_names := [?]string{
"CON", "PRN", "AUX", "NUL",
"COM1", "COM2", "COM3", "COM4", "COM5", "COM6", "COM7", "COM8", "COM9",
"LPT1", "LPT2", "LPT3", "LPT4", "LPT5", "LPT6", "LPT7", "LPT8", "LPT9",