Update home authored by James R.'s avatar James R.
...@@ -2,8 +2,8 @@ I was also writing something before you published those scripts. My method reads ...@@ -2,8 +2,8 @@ I was also writing something before you published those scripts. My method reads
`pp.sed` - removes preprocessor directives and `#if 0` blocks. `pp.sed` - removes preprocessor directives and `#if 0` blocks.
``` ```
/^[[:blank:]]\*#if 0/,/^[[:blank:]]*#endif/ /^\[\[:blank:]]\*#if 0/,/^[[:blank:]]*#endif/
/^[[:blank:]]\*#/d /^\[\[:blank:]]\*#/d
``` ```
* `enum.sed` - grabs enum definitions and permits the opening brace to be on either the same line or the next. * `enum.sed` - grabs enum definitions and permits the opening brace to be on either the same line or the next.
... ...
......