comparison notes.txt @ 5935:d5eb0914ca1f cygwin

trial of E1 and UE1
author Henry Thompson <ht@markup.co.uk>
date Sat, 12 Dec 2015 21:49:31 +0000
parents e2fae7783046
children 9e308c7501d1
comparison
equal deleted inserted replaced
5934:e2fae7783046 5935:d5eb0914ca1f
360 But it runs. . . 360 But it runs. . .
361 361
362 Using various means to locate and attempt to correct warnings. Have 362 Using various means to locate and attempt to correct warnings. Have
363 now eliminated all pointer truncation warnings. 1254 remain, of which 363 now eliminated all pointer truncation warnings. 1254 remain, of which
364 1246 are conversion from [64 bits] to [32 bits], possible loss of data 364 1246 are conversion from [64 bits] to [32 bits], possible loss of data
365
366 Defined macros for (EMACS_INT)1 and (EMACS_UINT)1 to replace 1L and 1UL
367 E1 UE1