view .dir-locals.el @ 30595:00ab5e929111

lo-cutils: Remove wrapper for "qsort". * liboctave/util/lo-cutils.c, liboctave/util/lo-cutils.c: Remove files with wrapper for "qsort" that isn't used in Octave's codebase. * liboctave/util/module.mk: Remove files from build system. * liboctave/util/lo-util.h: Don't include "lo-cutils.h".
author Markus Mützel <markus.muetzel@gmx.de>
date Wed, 05 Jan 2022 19:30:43 +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))))