From owner-cvs-gnu Thu Sep 18 19:06:02 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id TAA28902 for cvs-gnu-outgoing; Thu, 18 Sep 1997 19:06:02 -0700 (PDT) Received: from gaia.coppe.ufrj.br (jonny@cisigw.coppe.ufrj.br [146.164.5.200]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id TAA28896; Thu, 18 Sep 1997 19:05:57 -0700 (PDT) Received: (from jonny@localhost) by gaia.coppe.ufrj.br (8.8.7/8.8.7) id XAA04697; Thu, 18 Sep 1997 23:05:54 -0300 (EST) From: Joao Carlos Mendes Luis Message-Id: <199709190205.XAA04697@gaia.coppe.ufrj.br> 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 In-Reply-To: <199709181355.GAA05961@freefall.freebsd.org> from Poul-Henning Kamp at "Sep 18, 97 06:55:52 am" To: phk@FreeBSD.ORG (Poul-Henning Kamp) Date: Thu, 18 Sep 1997 23:05:54 -0300 (EST) Cc: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-gnu@FreeBSD.ORG X-Mailer: ELM [version 2.4ME+ PL32 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-cvs-gnu@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk #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