Update libdparse to v0.11.2

This commit is contained in:
Laurent Tréguier 2019-02-11 14:49:44 +01:00
parent dae7d85c80
commit b5bb4fa38f
No known key found for this signature in database
GPG Key ID: 09530BFFC32D4A69
3 changed files with 3 additions and 3 deletions

View File

@ -4,7 +4,7 @@
"targetType": "autodetect",
"license": "BSL-1.0",
"dependencies": {
"libdparse": "~>0.10.12"
"libdparse": "~>0.11.2"
},
"targetPath" : "bin/",
"targetName" : "dfmt",

@ -1 +1 @@
Subproject commit ea63487efde96b6f169065d801bbcb8d7ed5dbb4
Subproject commit 23b20de4ee48ed3f0e8729f6318405543cb3a611

View File

@ -230,7 +230,7 @@ private string generateFixedLengthCases()
"package", "pragma", "private", "protected", "public", "pure", "real", "ref", "return", "scope",
"shared", "short", "static", "struct", "super", "switch", "synchronized", "template", "this",
"throw", "true", "try", "typedef", "typeid", "typeof", "ubyte", "ucent", "uint", "ulong",
"union", "unittest", "ushort", "version", "void", "volatile", "wchar",
"union", "unittest", "ushort", "version", "void", "wchar",
"while", "with", "__DATE__", "__EOF__", "__FILE__",
"__FUNCTION__", "__gshared", "__LINE__", "__MODULE__", "__parameters",
"__PRETTY_FUNCTION__", "__TIME__", "__TIMESTAMP__",