comparison src/m/mega68.h @ 52401:695cf19ef79e

Add arch taglines
author Miles Bader <miles@gnu.org>
date Mon, 01 Sep 2003 15:45:59 +0000
parents 23a1cea22d13
children 23a17af379b1 375f2633d815
comparison
equal deleted inserted replaced
52400:b32a475b367f 52401:695cf19ef79e
45 #define LOAD_AVE_TYPE double 45 #define LOAD_AVE_TYPE double
46 46
47 /* Convert that into an integer that is 100 for a load average of 1.0 */ 47 /* Convert that into an integer that is 100 for a load average of 1.0 */
48 48
49 #define LOAD_AVE_CVT(x) ((int) ((x) * 100.0)) 49 #define LOAD_AVE_CVT(x) ((int) ((x) * 100.0))
50
51 /* arch-tag: 61e6deb4-a93e-444b-bbd5-9887a83f1bbc
52 (do not change this comment) */