From: Reini U. <rei...@gm...> - 2017-03-22 09:34:16
|
> On Mar 21, 2017, at 5:47 PM, Sam Steingold <sd...@gn...> wrote: > > Here is the sed(1) one-liner (tested on zthread.d and unixaux.d): > > --8<---------------cut here---------------start------------->8--- > sed -i "" -e 's/^\( *\)var /\1/' *.d > --8<---------------cut here---------------end--------------->8--- > > Are we using any non-C99 compilers? Yes, we are. MSVC still, though we could get away only using mingw and dump msvc. |