view .dir-locals.el @ 31502:b39bf92a2364

scanf: Reset failbit when reaching eof while scanning for whitespace (bug #62723). * libinterp/corefcn/oct-stream.cc (DO_WHITESPACE_CONVERSION): The failbit is set on a stream when "get" reaches the eof. Reset the failbit in this case to be able to distinguish this case from "real" failures.
author Markus Mützel <markus.muetzel@gmx.de>
date Tue, 22 Nov 2022 12:45:48 +0100
parents df203b20cfc6
children
line wrap: on
line source

((nil .
      ((c-file-style . "gnu")
       (indent-tabs-mode . nil)
       (fill-column . 72)))
 (change-log-mode . ((indent-tabs-mode . t)))
 (makefile-mode . ((indent-tabs-mode . t))))