From 39f94b2989d495fa2db1438f86c3d6a1bd6c5486 Mon Sep 17 00:00:00 2001 From: "Eric S. Raymond" Date: Thu, 26 May 2005 19:19:29 +0000 Subject: More splint cleanup. Down to 1689 warnings. --- Tachometer.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'Tachometer.c') diff --git a/Tachometer.c b/Tachometer.c index c1b044d7..86634bdf 100644 --- a/Tachometer.c +++ b/Tachometer.c @@ -36,6 +36,7 @@ typedef struct { XPoint point_list[5]; } StringRec; +/*@ +charint @*/ /* Number character database - like an LED */ static DigitRec num_segment[] = { {{1,1,1,1,1,1,0}}, @@ -93,6 +94,7 @@ static StringRec char_data[] = { {24, 5}, {24, 2}}}}; #endif +/*@ -charint @*/ #define offst(field) XtOffset(TachometerWidget, field) static XtResource resources[] = { -- cgit v1.2.1