Path: utzoo!utgpu!cunews!cognos!geovision!gordd From: gordd@geovision.gvc.com (Gord Deinstadt) Newsgroups: comp.realtime Subject: Re: lint for QNX Message-ID: <1621@geovision.gvc.com> Date: 6 Jun 91 21:31:50 GMT References: <1991Jun4.005018.11404@newshost.anu.edu.au> <1991Jun5.113904.16446@kodak.kodak.com> <1991Jun5.161043.7825@nntp-server.caltech.edu> Reply-To: gdeinstadt@geovision.gvc.com Organization: GeoVision Corp., Ottawa, Ontario Lines: 21 manning@nntp-server.caltech.edu (Evan Marshall Manning) writes: >Computer innovations may *market* Flexilint for QNX, but Gimpel makes it. >The "flexi" is short for "flexible", and unless the Quantum compiler is >very nonstandard, flexilint should work just fine for it too, as long as >you create the appropriate compiler description file (with int size, >char signedness, etc). Wellll, "old" (pre-4.0) QNX C has: @ and -} operators for extra-segment access, and long foo = 'ABCD'; short bar = 'AB'; and it lets you get away with non-Ascii characters in strings, which I have seen used for non-English language support. But if you stick to the standard subset you should be all right. -- Gord Deinstadt gdeinstadt@geovision.gvc.com