search for: _2s_

Displaying 1 result from an estimated 1 matches for "_2s_".

Did you mean: _2_
2007 Apr 08
3
[LLVMdev] C++ -> C translation problems
...rr.bc rm err.cbe.c .\..\..\LLVM\src\llvm-1.9\Release\bin\llc -march=c err.bc sed "s/!defined(_MSC_VER)/!defined(_MSC_VER) \&\& !defined(__BORLANDC__)/" err.cbe.c >t1 sed "s,__stdcall ,/*__stdcall*/ ,g" t1 >t2 sed "s/_$_/_S_/g" t2 >t3 sed "s/_2$_/_2S_/g" t3 >terr.c rm t1 t2 t3 "C:\Program Files\Borland\BDS\4.0\bin\bcc32" -I"C:/Program Files/Borland/BDS/4.0/include" -I../unrar -p- -c terr.c =================================================== I won't send the (rather long) terr.c, but it is (obviously) available on...