12 Jul 2012 11:50
Avoiding conditional code
Eric Leblond <eric <at> regit.org>
2012-07-12 09:50:09 GMT
2012-07-12 09:50:09 GMT
Hello, I'm currently running spatch (via coccigrep) on a code and I've got matches in some conditional code: #ifdef UNITTESTS ... #endif I would like to be able to not do matches on this part of the code. Is their an easy way to do so ? BR, -- -- Eric Leblond Blog: http://home.regit.org/ - Portfolio: http://regit.500px.com/
Hello, I'm currently running spatch (via coccigrep) on a code and I've got matches in some conditional code: #ifdef UNITTESTS ... #endif I would like to be able to not do matches on this part of the code. Is their an easy way to do so ?(Continue reading)
RSS Feed