|
From: Danny S. <dan...@us...> - 2001-10-11 23:05:22
|
Update of /cvsroot/mingw/runtime In directory usw-pr-cvs1:/tmp/cvs-serv25379/runtime Modified Files: ChangeLog Log Message: * include/stdlib.h (__p__environ, __p__wenviron): use __STDC__ prototypes. Index: ChangeLog =================================================================== RCS file: /cvsroot/mingw/runtime/ChangeLog,v retrieving revision 1.9 retrieving revision 1.10 diff -C2 -d -r1.9 -r1.10 *** ChangeLog 2001/09/19 15:39:23 1.9 --- ChangeLog 2001/10/11 23:05:20 1.10 *************** *** 1,2 **** --- 1,7 ---- + 2001-10-12 Danny Smith <dan...@us...> + + * include/stdlib.h (__p__environ, __p__wenviron): use + __STDC__ prototypes. + 2001-09-19 Earnie Boyd <ea...@SF...> |