Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
sun-lamp CVS commits
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.
Home |
Main Index |
Thread Index |
Old Index