Re: Getting rid of varbrace

Sam Steingold <[email protected]>
Newsgroups gmane.lisp.clisp.devel
Message-ID <[email protected]>
Hi Bruno,

> * Sam Steingold <[email protected]> [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".

------------------------------------------------------------------------------
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
_______________________________________________
clisp-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/clisp-devel
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.