comparison src/m/mega68.h @ 89909:68c22ea6027c

Sync to HEAD
author Kenichi Handa <handa@m17n.org>
date Fri, 16 Apr 2004 12:51:06 +0000
parents 375f2633d815
children f9a65d7ebd29
comparison
equal deleted inserted replaced
89908:ee1402f7b568 89909:68c22ea6027c
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) */