view .dir-locals.el @ 33347:ea0da8f24871

replace remaining uses of panic_impossible with error in oct-parse.yy * oct-parse.yy (unexpected_token): New function. Use it to replace panic_impossible in functions that use switch statements to handle a subset of operator tokens. (end_token_as_string): Eliminate default case in switch over enum values. Handle previously missing token::arguments_end case in switch. (base_parser::parse_fcn_file): Call error instead of panic_impossible.
author John W. Eaton <jwe@octave.org>
date Sun, 07 Apr 2024 11:05:18 -0400
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))))