summaryrefslogtreecommitdiff
path: root/.ccls
diff options
context:
space:
mode:
authorPaul Smith <psmith@gnu.org>2019-05-19 11:25:06 -0400
committerPaul Smith <psmith@gnu.org>2019-05-19 15:27:26 -0400
commitda2b275658af2cb973a3c8b6e3c17ed47c03e560 (patch)
tree9757e0969adfd35b00780b7fab731b727c869ed0 /.ccls
parentf32ca1666f12a053fece8f2ef5da45f3b1b5822c (diff)
downloadmake-git-da2b275658af2cb973a3c8b6e3c17ed47c03e560.tar.gz
Update developer customizations
* .ccls: Remove -std=c99: it disables __attribute__ causing warnings. * .dir-locals.el: Force the C coding style to "gnu". * make-gdb.py: Add GDB macros for pretty-printing GNU make structs. * scripts/copyright-update: Use GNULIB_SRCDIR to find update-copyright.
Diffstat (limited to '.ccls')
-rw-r--r--.ccls1
1 files changed, 0 insertions, 1 deletions
diff --git a/.ccls b/.ccls
index 0f31f5ea..d6d6cd79 100644
--- a/.ccls
+++ b/.ccls
@@ -1,5 +1,4 @@
clang
-%c -std=c99
%h --include=makeint.h
-DHAVE_CONFIG_H
-Isrc