Parent Directory
|
Revision Log
|
Revision Graph
copy changes made for regression
| 1 | utke | 1.1 | BEGIN { commonDecl = 0} |
| 2 | /^ .*/ {commonDecl = 0 } | ||
| 3 | utke | 1.2 | /^[^ ]/ && !/^#ifdef / && !/^#endif/ && !/^#if / && !/^#else/ && !/^c.*/ && !/^C.*/ {commonDecl = 0 } |
| 4 | utke | 1.1 | /^ *COMMON/ || /^ *common/ { commonDecl = 1 } |
| 5 | /^#ifdef / || /^#endif/ || /^#if / || /^#else/ { if (commonDecl == 1) {print} } | ||
| 6 | {if (commonDecl ==0 ) print } | ||
| 7 | END {} |
| ViewVC Help | |
| Powered by ViewVC 1.1.22 |