Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 24 Feb 1995 23:10:04 -0800
From:      The Source Master <srcmastr@NetBSD.ORG>
To:        source-changes@NetBSD.ORG
Subject:   sun-lamp CVS commits
Message-ID:  <199502250710.XAA01480@sun-lamp.cs.berkeley.edu>

next in thread | raw e-mail | index | archive | help

cgd
Fri Feb 24 23:02:19 PST 1995
Update of /b/source/CVS/src/lib/libc/stdio
In directory sun-lamp.cs.berkeley.edu:/usr/src/lib/libc/stdio

Modified Files:
	vfscanf.c 
Log Message:
when you have a quad and want to assign to a pointer, you must say:
	ptr = (ptr_type)(long)quad;
to quiet the compiler.


cgd
Fri Feb 24 23:06:45 PST 1995
Update of /b/source/CVS/src/lib/libc/stdio
In directory sun-lamp.cs.berkeley.edu:/usr/src/lib/libc/stdio

Modified Files:
	vfprintf.c 
Log Message:
when you have a pointer and want to assign to a quad, you must cast it
to long to quiet the compiler.




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