]> gitweb.factorcode.org Git - factor.git/commitdiff
system-info.macosx: adding "Mountain Lion".
authorJohn Benediktsson <mrjbq7@gmail.com>
Thu, 16 Feb 2012 16:30:56 +0000 (08:30 -0800)
committerJohn Benediktsson <mrjbq7@gmail.com>
Thu, 16 Feb 2012 16:30:56 +0000 (08:30 -0800)
basis/system-info/macosx/macosx.factor

index 8b4a4fda35b48f410fb9da3c2754f665903b7499..570ed218870027802d590c980e22ef39b62ef13d 100644 (file)
@@ -24,6 +24,7 @@ FUNCTION: OSErr Gestalt ( OSType selector, SInt32* response ) ;
 : system-version-bugfix ( -- n ) "sys3" be> gestalt ;
 
 CONSTANT: system-code-names H{
+    { 0x1080 "Mountain Lion" }
     { 0x1070 "Lion" }
     { 0x1060 "Snow Leopard" }
     { 0x1050 "Leopard" }