On Mon, 25 Mar 2019 at 20:04, Johannes Pfau <johannesp...@gmail.com> wrote:
>
> diff --git a/gcc/d/d-system.h b/gcc/d/d-system.h
> index efece15f3bc..6c18b69d4df 100644
> --- a/gcc/d/d-system.h
> +++ b/gcc/d/d-system.h
> @@ -55,4 +55,10 @@
>  #undef tolower
>  #define tolower(c) TOLOWER(c)
>
> +/* We do not include direct.h as it conflicts with system.h.  */

Maybe a small nit on the comment.

/* Forward _mkdir on MinGW to mkdir in system.h.  */

Otherwise, OK.

Reply via email to