[dmd-internals] [D-Programming-Language/dmd] 7c8270: fix build break

Don Clugston dclugston at googlemail.com
Fri Apr 1 23:00:39 PDT 2011


This is wrong. Should be (line 570):

-    assert(sizeof(core_namearray64) / sizeof(char *) == sizeof(std_ioptab));
+    assert(sizeof(core_namearray64) / sizeof(char *) == sizeof(core_ioptab));


On 1 April 2011 23:53,  <noreply at github.com> wrote:
> Branch: refs/heads/master
> Home:   https://github.com/D-Programming-Language/dmd
>
> Commit: 7c8270c5f2cd9627eed4b8e0ee4cde791a138c79
>    https://github.com/D-Programming-Language/dmd/commit/7c8270c5f2cd9627eed4b8e0ee4cde791a138c79
> Author: Walter Bright <walter at walterbright.com>
> Date:   2011-04-01 (Fri, 01 Apr 2011)
>
> Changed paths:
>  M src/toir.c
>
> Log Message:
> -----------
> fix build break
>
>
> _______________________________________________
> dmd-internals mailing list
> dmd-internals at puremagic.com
> http://lists.puremagic.com/mailman/listinfo/dmd-internals
>


More information about the dmd-internals mailing list