From: Sam S. <sd...@gn...> - 2017-03-21 16:47:34
|
Hi Bruno, > * Sam Steingold <fq...@ta...t> [2017-03-21 09:19:08 -0400]: > > Given that we have almost 12k "var" instances: > > $ grep '^ *var ' *.d | wc -l > 11760 > > we need either a comment or a thorough purge. > I favor the latter because I want the CLISP sources to _look_ like > regular C. > > Note that the purge can be done with a perl one-liner. 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? Thanks. -- Sam Steingold (http://sds.podval.org/) on darwin Ns 10.3.1504 http://steingoldpsychology.com http://www.childpsy.net http://jij.org http://americancensorship.org http://camera.org https://ffii.org DRM "access management" == prison "freedom management". |