Leaked source code of windows server 2003
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

10 lines
123 B

  1. /#[ ]*ifndef[ ][ ]*[^_]/{
  2. :loop
  3. /#[ ]*endif/!{
  4. s;\(#[ ]*define\);//\1;
  5. p
  6. N
  7. s;.*\n;;
  8. b loop
  9. }
  10. }