Re: [9fans] Conversion of constants in C compiler

2022-04-27 Thread ori
Quoth adr : > > Hi ori, this patch applyes to the sources served at 9front.org. > By the way, do you plan to keep in sync > http://only9fans.com/ori/git9/HEAD/info.html or should I forget > about that repo? it's synced. -- 9fans: 9fans Permalink: https:/

Re: [9fans] Conversion of constants in C compiler

2022-04-27 Thread ori
Quoth adr : > On Wed, 20 Apr 2022, o...@eigenstate.org wrote: > > When you have a patch, let me know -- I'll happily test > > and apply to 9front. > > Hi ori, this patch applyes to the sources served at 9front.org. > By the way, do you plan to keep in sync > http://only9fans.com/ori/git9/HEAD/info

Re: [9fans] Conversion of constants in C compiler

2022-04-27 Thread ori
Quoth o...@eigenstate.org: > I think we want: I mean: if(c1 & Numvlong || convvtox(vv, TUVLONG) > convvtox(vv, TULONG) || (c1 & (Numdec|Numuns)) == Numdec && convvtox(vv, TLONG) < 0) { if((c1 & (Numdec|Numuns)) == 0 && ((c1 & Numuns) |