From 27ad2aec059aea01355e2f6c8b60a04e9d247e08 Mon Sep 17 00:00:00 2001 From: Alan Coopersmith Date: Mon, 31 Oct 2005 16:05:45 +0000 Subject: Make extern declarations unsigned to match actual definitions --- chars.c | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/chars.c b/chars.c index 5e91f2b..d221ccb 100644 --- a/chars.c +++ b/chars.c @@ -1,4 +1,5 @@ /* $Xorg: chars.c,v 1.4 2001/02/09 02:05:30 xorgcvs Exp $ */ +/* $XdotOrg: $ */ /* Copyright 1990, 1998 The Open Group @@ -51,8 +52,8 @@ in this Software without prior written authorization from The Open Group. #include #include "fstobdf.h" -extern long yResolution; /* intended vertical resoultion for font */ -extern long pointSize; /* font height in points */ +extern unsigned long yResolution; /* intended vertical resoultion for font */ +extern unsigned long pointSize; /* font height in points */ #define BIT_ORDER BitmapFormatBitOrderMSB #ifdef BYTE_ORDER -- cgit v1.2.3