]> code.delx.au - gnu-emacs/blobdiff - lisp/cedet/semantic/bovine/gcc.el
CEDET: Avoid `oref' on classes in a few more cases
[gnu-emacs] / lisp / cedet / semantic / bovine / gcc.el
index b186e7bd6ee737c331005acd5797ed729f68ff93..fe7a14451f51603a878678003f0044d7e17aa595 100644 (file)
@@ -164,8 +164,9 @@ It should also include other symbols GCC was compiled with.")
          (host (or (cdr (assoc 'target fields))
                    (cdr (assoc '--target fields))
                    (cdr (assoc '--host fields))))
-         (prefix (cdr (assoc '--prefix fields)))
+         ;; (prefix (cdr (assoc '--prefix fields)))
          ;; gcc output supplied paths
+         ;; FIXME: Where are `c-include-path' and `c++-include-path' used?
          (c-include-path (semantic-gcc-get-include-paths "c"))
          (c++-include-path (semantic-gcc-get-include-paths "c++"))
         (gcc-exe (locate-file "gcc" exec-path exec-suffixes 'executable))