Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 10 Apr 1997 22:12:19 -0700
From:      "Jordan K. Hubbard" <jkh@time.cdrom.com>
To:        current@freebsd.org
Subject:   Trivial Nit-Pick Of The Week.
Message-ID:  <3394.860735539@time.cdrom.com>

next in thread | raw e-mail | index | archive | help
/usr/include/malloc.h:2: warning: #warning "this file includes <malloc.h> which is obsoleted, use <stdlib.h> instead"

Shouldn't cpp emit a more sensible:

/usr/include/malloc.h:2: #warning "this file includes <malloc.h> which is obsoleted, use <stdlib.h> instead"

It would be output more consistent with that of #error, for example.

					Jordan



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?3394.860735539>