trivial changes to run CI with dmd 2.085.1

This commit is contained in:
Basile-z 2019-04-06 15:50:31 +02:00 committed by GitHub
parent d42fec7590
commit 5663bb4ff3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 3 deletions

View File

@ -32,10 +32,10 @@ import dsymbol.modulecache;
/// Name of the server configuration file /// Name of the server configuration file
enum CONFIG_FILE_NAME = "dcd.conf"; enum CONFIG_FILE_NAME = "dcd.conf";
version(linux) version = useXDG; version(linux) version = useXDG;
version(BSD) version = useXDG; version(BSD) version = useXDG;
version(FreeBSD) version = useXDG; version(FreeBSD) version = useXDG;
version(OSX) version = useXDG; version(OSX) version = useXDG;
/** /**
* Locates the configuration file * Locates the configuration file