wok-6.x diff linld/stuff/src/CRTLX.H @ rev 21998

sylpheed: update $WGET_URL
author Pascal Bellard <pascal.bellard@slitaz.org>
date Thu Oct 17 10:59:42 2019 +0200 (2019-10-17)
parents 04ffefac5707
children 00ef8230cd61
line diff
     1.1 --- a/linld/stuff/src/CRTLX.H	Thu Aug 01 15:16:29 2019 +0200
     1.2 +++ b/linld/stuff/src/CRTLX.H	Thu Oct 17 10:59:42 2019 +0200
     1.3 @@ -9,6 +9,3 @@
     1.4  //extern "C" char *ultoa(unsigned long n);
     1.5  extern _fastcall int ultoa(unsigned long n);
     1.6  extern "C" void try_default_args();
     1.7 -extern char cpu_features[];
     1.8 -#define CPUMASKLM  (0x20)
     1.9 -#define cpuhaslm() (cpu_features[3]&CPUMASKLM)