575cbd4e53/tads3/vmconsol.h

4063bbd56844345154c9701e8947d1cf18a0e731575cbd4e53566d3e6c12dc75fd867a6bf10307c3
628
     *   Flag: the log stream is enabled.  We can temporarily disable the
628
     *   Flag: the log stream is enabled.  We can temporarily disable the
629
     *   log stream, such as when writing to the statusline stream.  
629
     *   log stream, such as when writing to the statusline stream.  
630
     */
630
     */
631
    int log_enabled_ : 1;
631
    unsigned int log_enabled_ : 1;
632
    
632
    
633
    /*
633
    /*
634
     *   Flag: display two spaces after a period-like punctuation mark.
634
     *   Flag: display two spaces after a period-like punctuation mark.