mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-04-05 05:00:26 +08:00
* libF77/getenv_.c: Include stdlib.h.
From-SVN: r26385
This commit is contained in:
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…
x
Reference in New Issue
Block a user