]> code.delx.au - gnu-emacs/blobdiff - lisp/cedet/semantic/bovine/gcc.el
Merge with CEDET upstream.
[gnu-emacs] / lisp / cedet / semantic / bovine / gcc.el
index 7beb8ff3203b9cda5c361c37fa005d09764086a7..e3c07ca96f45d3222ee03c22cf10200e427da7a4 100644 (file)
@@ -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)