mirror of git://gcc.gnu.org/git/gcc.git
parent
d4ecc3778c
commit
d78b684f61
|
|
@ -1,3 +1,7 @@
|
|||
Mon Apr 12 21:38:14 1999 Mumit Khan <khan@xraylith.wisc.edu>
|
||||
|
||||
* libF77/getenv_.c: Include stdlib.h.
|
||||
|
||||
Sun Apr 11 23:30:42 1999 Mumit Khan <khan@xraylith.wisc.edu>
|
||||
|
||||
* libU77/dtime_.c: Handle all variants of WIN32.
|
||||
|
|
|
|||
|
|
@ -1,5 +1,10 @@
|
|||
#include "f2c.h"
|
||||
|
||||
#ifndef KR_headers
|
||||
#undef abs
|
||||
#include <stdlib.h>
|
||||
#endif
|
||||
|
||||
/*
|
||||
* getenv - f77 subroutine to return environment variables
|
||||
*
|
||||
|
|
|
|||
Loading…
Reference in New Issue