[Oorexx-devel] A new Mac warning

2019-04-25 Thread Rony G. Flatscher
compiling r11872 with latest Clang [ 18%] Building CXX object CMakeFiles/rexx.dir/interpreter/classes/StringClassConversion.cpp.o /Users/rony/dev/oorexx_allura/main/trunk/interpreter/classes/StringClassConversion.cpp:196:28: warning: result of comparison of constant -1 with expression of t

Re: [Oorexx-devel] An alternative algorithm for x2c()

2019-04-25 Thread Rony G. Flatscher
Just for the record: Rick and Erich have updated the code and improved the speed considerably, which is really great! ---rony On 19.04.2019 17:01, Moritz Hoffmann wrote: > Hi, > looking at ooRexx's implemetation of x2c I find the original code much easier > to understand and to > reason about.