On Wed, 28 Aug 2019 14:42:57 -0400
Nathan Sidwell <nat...@acm.org> wrote:

>    /* If opened with #import or contains #pragma once.  */
> -  bool once_only;
> +  bool once_only : 1;

I'm curious why you have them as bool and not unsigned?

thanks,

Reply via email to