Re: fixincludeguards.sh: unify all include guards

2013-10-23 Thread Thomas Arnhold
On 23.10.2013 15:10, Michael Stahl wrote: On 23/10/13 12:46, Thomas Arnhold wrote: Hi, with b009e8fd4fce06d9abae8aaac8750ece7df212e4 a script was added which converts all include guards to the common scheme: INCLUDED_FOO_BAR_HXX for global headers in include/ INCLUDED_FOO_SOURCE_BAR_BAZ_HXX f

Re: fixincludeguards.sh: unify all include guards

2013-10-23 Thread Michael Stahl
On 23/10/13 12:46, Thomas Arnhold wrote: > Hi, > > with b009e8fd4fce06d9abae8aaac8750ece7df212e4 a script was added which > converts all include guards to the common scheme: > > INCLUDED_FOO_BAR_HXX for global headers in include/ > > INCLUDED_FOO_SOURCE_BAR_BAZ_HXX for anything else. > > I did