home *** CD-ROM | disk | FTP | other *** search
- Path: sparky!uunet!charon.amdahl.com!pacbell.com!network.ucsd.edu!sdd.hp.com!usc!wupost!darwin.sura.net!jvnc.net!rutgers!spcvxb.spc.edu!4carroll_j
- From: 4carroll_j@spcvxb.spc.edu
- Newsgroups: comp.windows.x
- Subject: XPolyReg.c question
- Message-ID: <1992Sep11.124835.3835@spcvxb.spc.edu>
- Date: 11 Sep 92 16:48:35 GMT
- Organization: St. Peter's College, US
- Lines: 19
-
-
- Hi,
-
- I am in the process of compiling the X-Windows distribution, and have a
- question about one of the modules XPolyReg.c. In that module there are two
- definitions that are causing me some difficulties:
-
- #define LARGE_COORDINATE 1000000
- #define SMALL_COORDINATE -LARGE_COORDINATE
-
- These two constants are later assigned to integer varibles. On my
- system, int's are 16-bit values. These int's exist inside a structure named
- BRESINFO. The compiler complains, and generates a warning that says these
- values have been truncated. Has anyone else encountered this problem? If
- so, what action have you taken.
-
- Thanks
- Jim C.
-
-