[svn:parrot] r45408 - trunk/config/gen/makefiles

petdance at svn.parrot.org petdance at svn.parrot.org
Tue Apr 6 05:22:35 UTC 2010


Author: petdance
Date: Tue Apr  6 05:22:35 2010
New Revision: 45408
URL: https://trac.parrot.org/parrot/changeset/45408

Log:
add ARGFREE to the ctags handler

Modified:
   trunk/config/gen/makefiles/root.in

Modified: trunk/config/gen/makefiles/root.in
==============================================================================
--- trunk/config/gen/makefiles/root.in	Mon Apr  5 20:05:51 2010	(r45407)
+++ trunk/config/gen/makefiles/root.in	Tue Apr  6 05:22:35 2010	(r45408)
@@ -2528,7 +2528,7 @@
         --links=no --totals \
         -R --exclude=blib --exclude=.svn  \
         --languages=c,perl --langmap=c:+.h,c:+.pmc,c:+.ops \
-        -I NOTNULL,NULLOK,ARGIN,ARGMOD,ARGOUT,ARGINOUT,ARGIN_NULLOK,ARGOUT_NULLOK,ARGMOD_NULLOK \
+        -I NOTNULL,NULLOK,ARGIN,ARGMOD,ARGOUT,ARGINOUT,ARGIN_NULLOK,ARGOUT_NULLOK,ARGMOD_NULLOK,ARGFREE \
         .
 
 # this works with an old etags (XEmacs 21.5*)
@@ -2548,7 +2548,7 @@
     --links=no --totals \
     -R --exclude=blib --exclude=.svn  \
     --languages=c,perl --langmap=c:+.h,c:+.pmc,c:+.ops \
-    -I NOTNULL,NULLOK,ARGIN,ARGMOD,ARGOUT,ARGINOUT,ARGIN_NULLOK,ARGOUT_NULLOK,ARGMOD_NULLOK \
+    -I NOTNULL,NULLOK,ARGIN,ARGMOD,ARGOUT,ARGINOUT,ARGIN_NULLOK,ARGOUT_NULLOK,ARGMOD_NULLOK,ARGFREE \
     .
 	$(PERL) $(BUILD_TOOLS_DIR)/addopstags.pl $(OPS_FILES)
 


More information about the parrot-commits mailing list