Forum: Shell Scripting Nov 28th, 2008 |
| Replies: 5 Views: 849 |
Forum: Shell Scripting Nov 27th, 2008 |
| Replies: 5 Views: 849 Hi eggi,
Thank you for your reply. I don't want to remove all the line that begin with a pound character and then start with ifndef,define or endif. I just want to remove the three lines in... |
Forum: Shell Scripting Nov 26th, 2008 |
| Replies: 5 Views: 849 Some of my source files include the following code.
#ifndef AAAAAAAAAAAA
#define AAAAAAAAAAAA
#if !defined(__lint) && !defined(_lint)
XXXXXXXXXXXXXXXXXXXXXXXXX;
#endif
#endif |