Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 18 Sep 1997 23:05:54 -0300 (EST)
From:      Joao Carlos Mendes Luis <jonny@coppe.ufrj.br>
To:        phk@FreeBSD.ORG (Poul-Henning Kamp)
Cc:        cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-gnu@FreeBSD.ORG
Subject:   Re: cvs commit: src/gnu/usr.bin/as/config atof-ieee.c src/gnu/usr.bin/ld/rtld         rtld.c src/gnu/usr.bin/man/man man.c
Message-ID:  <199709190205.XAA04697@gaia.coppe.ufrj.br>
In-Reply-To: <199709181355.GAA05961@freefall.freebsd.org> from Poul-Henning Kamp at "Sep 18, 97 06:55:52 am"

next in thread | previous in thread | raw e-mail | index | archive | help
#define quoting(Poul-Henning Kamp)
//   Many places in the code NULL is used in integer context, where
//   plain 0 should be used.  This happens to work because we #define
//   NULL to 0, but is stylistically wrong and can cause problems
//   for people trying to port bits of code to other environments.

Is there any problem in defining NULL to ((void *)0) ?

Sorry if I'm forgetting something stupid...

					Jonny

--
Joao Carlos Mendes Luis			jonny@gta.ufrj.br
+55 21 290-4698				jonny@coppe.ufrj.br
Universidade Federal do Rio de Janeiro	UFRJ/COPPE/CISI
PGP fingerprint: 29 C0 50 B9 B6 3E 58 F2  83 5F E3 26 BF 0F EA 67



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