Xref: utzoo comp.lang.c:17666 comp.sys.ibm.pc:27451 Path: utzoo!utgpu!jarvis.csri.toronto.edu!mailrus!csd4.milw.wisc.edu!lll-winken!uunet!wucs1!wuibc!wugate!wubios!david From: david@wubios.wustl.edu (David J. Camp) Newsgroups: comp.lang.c,comp.sys.ibm.pc Subject: Lint Errors in MSC 5.1 Include Files Keywords: lint error msc 5.1 include Message-ID: <443@wubios.wustl.edu> Date: 14 Apr 89 23:01:10 GMT Organization: Washington University (St. Louis) Lines: 26 ---- Module sl-msc.c _ #define DBL_MIN_EXP -1021 /* min binary exponent */ c:\msc\h\float.h(29) : Warning 602: Comment within comment _ #define LDBL_MIN_EXP DBL_MIN_EXP /* min binary exponent */ c:\msc\h\float.h(55) : Warning 602: Comment within comment Warning 528: _assertstring (line 17, file assert.h) not referenced I get these errors when running the Microsoft C include (.h) files through Gimpel PC-Lint version 3.2. The last one, number 528, is probably unimportant, but the first two (602) seem serious. I looked at the header files in question, and the previous line has no closing comment delimiter where one would expect it. Is this a bug? Should I modify my header files to include the closing comment delimeter, so that DBL_MIN_EXP and LDBL_MIN_EXP will be properly defined? -David- -- Bitnet: david@wubios.wustl ^ Mr. David J. Camp Internet: david%wubios@wucs1.wustl.edu < * > Box 8067, Biostatistics uucp: uunet!wucs1!wubios!david v 660 South Euclid Washington University Medical School Saint Louis, MO 63110