OSDN Git Service

- Use FindCommentMarker() to find a comment marker
authorsdottaka <none@none>
Tue, 29 Jun 2010 16:11:03 +0000 (01:11 +0900)
committersdottaka <none@none>
Tue, 29 Jun 2010 16:11:03 +0000 (01:11 +0900)
commit28ddf1e5a5e5b7cf2162dea4d1fc61778298b7d8
treee0144e49bc1c4d5dc15716e2574721cdd71c98f3
parent1e5b5c951f066a1c5730c32ce29304f491c27c07
- Use FindCommentMarker() to find a comment marker

- Fix bug that comment filter treated following lines as the same:
   left:  ... */ /* ... */ a = 1;
   right: ... */ /* ... */ b = 2;

- Add ReplaceSpaces() function to replace spaces in a string with specified string
Src/DiffWrapper.cpp