Changeset 42


Ignore:
Timestamp:
10/11/11 09:54:17 (4 months ago)
Author:
sevo
Message:
- fixed Type keyword recognition
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/vbfilter.awk

    r40 r42  
    758758/.*[[:blank:]]Structure[[:blank:]]+/ || 
    759759/^Type[[:blank:]]+/ || 
    760 /.*[[:blank:]]Type[[:blank:]]+/ { 
     760/(friend|protected|private|public).*[[:blank:]]+Type[[:blank:]]+/ { 
    761761        sub("Interface","interface"); 
    762762        sub("Class","class"); 
Note: See TracChangeset for help on using the changeset viewer.