moved the code #ifndef __const # if (defined __STDC__ && __STDC__) || defined __cplusplus # define __const const # else # define __const # endif #endif from escript/src/system_dep.h to esysUtils/src/system_dep.h, just for blocktimer's sake.