From 64c97ac6efdd23876c55a0d3b3c47a0d2ab8885a Mon Sep 17 00:00:00 2001 From: Andy Lester Date: Sat, 21 May 2005 03:58:14 -0500 Subject: [PATCH] ctags parms need to know .h is C Message-Id: <20050521135814.GA875@petdance.com> p4raw-id: //depot/perl@24528 --- Makefile.SH | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.SH b/Makefile.SH index 7026bc6..f8ba434 100644 --- a/Makefile.SH +++ b/Makefile.SH @@ -1280,7 +1280,7 @@ tags: TAGS perl emacs/e2ctags.pl TAGS > tags ctags: - ctags -f Tags --totals --languages=c *.c *.h + ctags -f Tags --totals --languages=c --langmap=c:+.h *.c *.h # AUTOMATICALLY GENERATED MAKE DEPENDENCIES--PUT NOTHING BELOW THIS LINE # If this runs make out of memory, delete /usr/include lines. -- 2.7.4