]> code.delx.au - gnu-emacs/blobdiff - lisp/cedet/semantic/bovine/gcc.el
Update copyright year to 2015
[gnu-emacs] / lisp / cedet / semantic / bovine / gcc.el
index 7beb8ff3203b9cda5c361c37fa005d09764086a7..19d149112c6423ba11155e7f70c315442a6fb376 100644 (file)
@@ -1,6 +1,6 @@
 ;;; semantic/bovine/gcc.el --- gcc querying special code for the C parser
 
-;; Copyright (C) 2008-2013 Free Software Foundation, Inc.
+;; Copyright (C) 2008-2015 Free Software Foundation, Inc.
 
 ;; Author: Eric M. Ludlam <eric@siege-engine.com>
 
@@ -210,7 +210,8 @@ It should also include other symbols GCC was compiled with.")
       (semantic-add-system-include D 'c-mode))
     (dolist (D (semantic-gcc-get-include-paths "c++"))
       (semantic-add-system-include D 'c++-mode)
-      (let ((cppconfig (list (concat D "/bits/c++config.h") (concat D "/sys/cdefs.h"))))
+      (let ((cppconfig (list (concat D "/bits/c++config.h") (concat D "/sys/cdefs.h")
+                            (concat D "/features.h"))))
        (dolist (cur cppconfig)
          ;; Presumably there will be only one of these files in the try-paths list...
          (when (file-readable-p cur)