# HG changeset patch # User Aziz K?ksal # Date 1197829896 -3600 # Node ID d22a33cab0b57666c935246f1905ac456ec8b502 # Parent 812f497b20dcf2075ae56d65d933a943ec50e6d1 Added some more predefined identifiers. diff -r 812f497b20dc -r d22a33cab0b5 trunk/src/dil/IdentsGenerator.d --- a/trunk/src/dil/IdentsGenerator.d Sun Dec 16 19:14:21 2007 +0100 +++ b/trunk/src/dil/IdentsGenerator.d Sun Dec 16 19:31:36 2007 +0100 @@ -12,10 +12,16 @@ } static const StrPair[] identPairs = [ + // Predefined version identifiers: + {"DigitalMars"}, {"X86"}, {"X86_64"}, + /*{"Windows"}, */{"Win32"}, {"Win64"}, + {"linux"}, {"LittleEndian"}, {"BigEndian"}, + {"D_Coverage"}, {"D_InlineAsm_X86"}, {"D_Version2"}, + {"none"}, {"all"}, + // Variadic parameters: + {"_arguments"}, {"_argptr"}, // scope: - {"exit"}, - {"success"}, - {"failure"}, + {"exit"}, {"success"}, {"failure"}, // pragma: {"msg"}, {"lib"}, // Linkage: