Subject: CVS commit: src/gnu/dist/groff/src/utils/hpftodit
To: None <source-changes@NetBSD.org>
From: Martin Husemann <martin@netbsd.org>
List: source-changes
Date: 08/01/2004 10:19:26
Module Name:	src
Committed By:	martin
Date:		Sun Aug  1 10:19:26 UTC 2004

Modified Files:
	src/gnu/dist/groff/src/utils/hpftodit: hpftodit.cpp

Log Message:
Fix stupid 32bit assumption: uint32 is not a good type to store pointers.
Use intptr_t instead.


To generate a diff of this commit:
cvs rdiff -r1.1.1.2 -r1.2 src/gnu/dist/groff/src/utils/hpftodit/hpftodit.cpp

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.