Some of my source files include the following code.
#ifndef AAAAAAAAAAAA
#define AAAAAAAAAAAA
#if !defined(__lint) && !defined(_lint)
XXXXXXXXXXXXXXXXXXXXXXXXX;
#endif
#endif
I want to delete line1, 2, 6. So, Could somebody tell me how to do it? thank you in advance!