view .dir-locals.el @ 18222:4d90e104bf35 gui-release

Allow jit-typeinfo.h to compile with clang on OS X (bug #41114) * jit-typeinfo.h, jit-typeinfo.cc (jit_operation::signature_cmp::operator()): Now const.
author Michael C. Grant <mcg@cvxr.com>
date Sun, 05 Jan 2014 17:43:18 -0600
parents 9ff04de067ce
children
line wrap: on
line source

((nil .
      ((c-file-style . "gnu")
       (indent-tabs-mode . nil)
       (fill-column . 72)
       (eval . (when (and (buffer-file-name)
                          (string-match-p "\\.h\\'" (buffer-file-name))
                          (not (string-match-p "/gnulib/" (buffer-file-name))))
                 (c++-mode)
                 (c-set-style "gnu")))))
 (change-log-mode . ((indent-tabs-mode . t)))
 (makefile-mode . ((indent-tabs-mode . t))))