aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/cedet/srecode/cpp.el
diff options
context:
space:
mode:
Diffstat (limited to 'lisp/cedet/srecode/cpp.el')
-rw-r--r--lisp/cedet/srecode/cpp.el6
1 files changed, 2 insertions, 4 deletions
diff --git a/lisp/cedet/srecode/cpp.el b/lisp/cedet/srecode/cpp.el
index d49ccde24fa..63613969191 100644
--- a/lisp/cedet/srecode/cpp.el
+++ b/lisp/cedet/srecode/cpp.el
@@ -146,8 +146,7 @@ specified in a C file."
146 (value-dict (srecode-dictionary-add-section-dictionary 146 (value-dict (srecode-dictionary-add-section-dictionary
147 dict "VALUE"))) 147 dict "VALUE")))
148 (srecode-semantic-apply-tag-to-dict 148 (srecode-semantic-apply-tag-to-dict
149 (srecode-semantic-tag (semantic-tag-name value-tag) 149 (srecode-semantic-tag :prime value-tag)
150 :prime value-tag)
151 value-dict)) 150 value-dict))
152 151
153 ;; Discriminate using statements referring to namespaces and 152 ;; Discriminate using statements referring to namespaces and
@@ -224,8 +223,7 @@ specified in a C file."
224 (let ((template-dict (srecode-dictionary-add-section-dictionary 223 (let ((template-dict (srecode-dictionary-add-section-dictionary
225 templates-dict "ARGS"))) 224 templates-dict "ARGS")))
226 (srecode-semantic-apply-tag-to-dict 225 (srecode-semantic-apply-tag-to-dict
227 (srecode-semantic-tag (semantic-tag-name template) 226 (srecode-semantic-tag :prime template)
228 :prime template)
229 template-dict))))) 227 template-dict)))))
230 ) 228 )
231 229