From 802df00e409ad2608d85b20c67627645914812ab Mon Sep 17 00:00:00 2001 From: zappo Date: Sun, 13 Jun 2010 01:14:46 +0000 Subject: [PATCH] Enable global to find hh and hpp files * test/manual/cedet/cit-cpp.el: (cit-src-cpp-tags, cit-main-cpp-tags, cit-srecode-fill-cpp): Switch .hh to .hpp so gnu global can find it. --- test/manual/cedet/cit-cpp.el | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/test/manual/cedet/cit-cpp.el b/test/manual/cedet/cit-cpp.el index 0a6081ef5c0..fafb9f5d648 100644 --- a/test/manual/cedet/cit-cpp.el +++ b/test/manual/cedet/cit-cpp.el @@ -3,7 +3,7 @@ ;; Copyright (C) 2008, 2009, 2010 Eric M. Ludlam ;; Author: Eric M. Ludlam -;; X-RCS: $Id: cit-cpp.el,v 1.12 2010-05-16 13:32:27 zappo Exp $ +;; X-RCS: $Id: cit-cpp.el,v 1.13 2010-06-13 01:14:46 zappo Exp $ ;; This program is free software; you can redistribute it and/or ;; modify it under the terms of the GNU General Public License as @@ -72,7 +72,7 @@ (defvar cit-src-cpp-tags (list (semantic-tag-new-include "stdio.h" nil) - (semantic-tag-new-include "foo.hh" nil) + (semantic-tag-new-include "foo.hpp" nil) (semantic-tag-new-function "doSomethingPublic" "void" (list (semantic-tag-new-variable "ctxt" "int") @@ -107,7 +107,7 @@ (defvar cit-main-cpp-tags (list - (semantic-tag-new-include "foo.hh" nil) + (semantic-tag-new-include "foo.hpp" nil) (semantic-tag-new-include "string.h" nil) (semantic-tag-new-function "main" "int" @@ -134,7 +134,7 @@ MAKE-TYPE is the type of make process to use." ;; 2 b) Test various templates. - (cit-srecode-fill-with-stuff "include/foo.hh" cit-header-cpp-tags) + (cit-srecode-fill-with-stuff "include/foo.hpp" cit-header-cpp-tags) (ede-new make-type "Includes") ;; 1 e) Tell EDE where the srcs are (ede-new-target "Includes" "miscellaneous" "n") -- 2.39.5