Tools__TagsBrowser.st
branchjv
changeset 15787 7b974ea37d2f
parent 15773 81a2184a58d7
parent 15786 80cc641e54df
child 15898 290551505f12
--- a/Tools__TagsBrowser.st	Thu Aug 06 06:51:59 2015 +0200
+++ b/Tools__TagsBrowser.st	Fri Aug 07 06:56:41 2015 +0200
@@ -2490,6 +2490,10 @@
     ^ tagList tagForFunction:functionName
 !
 
+tagForMacro:typeName
+    ^ tagList tagForMacro:typeName
+!
+
 tagForType:typeName
     ^ tagList tagForType:typeName
 ! !