OSDN Git Service

- Use FindCommentMarker() to find a comment marker 2.13.13+-jp-1
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)
commit46f53ac67c2261f795b74bd82c7782b8c1627e1a
treee0144e49bc1c4d5dc15716e2574721cdd71c98f3
parent086ff8a3033d6f85a6c8a705caa55960e4bfa855
- 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