emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] scratch/merge-cedet-tests 802df00 246/316: Enable global t


From: Edward John Steere
Subject: [Emacs-diffs] scratch/merge-cedet-tests 802df00 246/316: Enable global to find hh and hpp files
Date: Sat, 28 Jan 2017 09:10:08 +0000 (UTC)

branch: scratch/merge-cedet-tests
commit 802df00e409ad2608d85b20c67627645914812ab
Author: zappo <address@hidden>
Commit: Edward John Steere <address@hidden>

    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 0a6081e..fafb9f5 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 <address@hidden>
-;; 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")



reply via email to

[Prev in Thread] Current Thread [Next in Thread]