Comparing sources: Difference between revisions

Line 37: Line 37:
  (?i)^\s*use\s+.*|^\s*use.*\.pkg
  (?i)^\s*use\s+.*|^\s*use.*\.pkg


5. Ignore constants (need to check this one)
5. Ignore changed writing style for constants: C$_FOO vs C_$FOO
  Click on Regular expressions
  Click on Regular expressions
  (?i)\s+C\$_.*|\s+C_\$.*
  (?i)\s+C\$_.*|\s+C_\$.*