cdesktopenv/cde/programs/dtsearchpath/libCliSrv
Jon Trulson 491ff2228f Deal with the fact that modern compilers assume different scoping rules
Patch from Pascal Stumpf <Pascal.Stumpf@cubes.de>:

So here are all the patches that deal with the fact that modern
compilers assume different scoping rules for variables declared in for
loops.  On Linux, -fpermissive has been added as a compiler flag to
compensate for this old C code, but I think it is the wrong approach.

Sorry, couldn't help sneaking in a || defined(CSRG_BASED) and some casts
needed for other reasons ...
2012-08-09 12:18:30 -06:00
..
DirIterator.C Add GNU LGPL headers to all .c .C and .h files 2012-03-10 18:58:32 +00:00
DirIterator.h Add GNU LGPL headers to all .c .C and .h files 2012-03-10 18:58:32 +00:00
Environ.C Add GNU LGPL headers to all .c .C and .h files 2012-03-10 18:58:32 +00:00
Environ.h Add GNU LGPL headers to all .c .C and .h files 2012-03-10 18:58:32 +00:00
Imakefile Add -fpermissive to linux standard c++ option define in linux.cf 2012-06-18 16:27:25 -06:00
TTFile.C On linux ostream and endl need prefixing into the std namespace. 2012-03-13 17:40:21 +00:00
TTFile.h On linux ostream and endl need prefixing into the std namespace. 2012-03-13 17:40:21 +00:00
UnixEnv.C Include <iostream> without the .h on modern C++ 2012-03-13 17:41:48 +00:00
cstring.C Deal with the fact that modern compilers assume different scoping rules 2012-08-09 12:18:30 -06:00
cstring.h On linux ostream and endl need prefixing into the std namespace. 2012-03-13 17:40:21 +00:00