phobos 0.65

This commit is contained in:
Brad Roberts 2007-09-10 02:16:36 +00:00
parent dba8d9bcaa
commit c7ea30e9a0
31 changed files with 2923 additions and 162 deletions

View file

@ -10,7 +10,7 @@ class OutOfMemory : Object
}
}
extern (C) static void _d_OutOfMemory()
extern (C) void _d_OutOfMemory()
{
throw (OutOfMemory)(void *)OutOfMemory.classinfo.init;
}