diff options
author | john haque <j.eh@mchsi.com> | 2012-04-16 04:48:30 -0500 |
---|---|---|
committer | john haque <j.eh@mchsi.com> | 2012-04-16 04:48:30 -0500 |
commit | e729adf120f279fd65578a410ca8d2d93a56f0f0 (patch) | |
tree | a4994f31128b38820d71c2b7012704869e50b7a2 /main.c | |
parent | b07a47ccf4e41f45477a6cf9f3e4edba285ea095 (diff) | |
download | egawk-e729adf120f279fd65578a410ca8d2d93a56f0f0.tar.gz egawk-e729adf120f279fd65578a410ca8d2d93a56f0f0.tar.bz2 egawk-e729adf120f279fd65578a410ca8d2d93a56f0f0.zip |
MPFR fixes from Eli.
Diffstat (limited to 'main.c')
-rw-r--r-- | main.c | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -1064,6 +1064,8 @@ load_procinfo() { #if defined (HAVE_GETGROUPS) && defined(NGROUPS_MAX) && NGROUPS_MAX > 0 int i; +#endif +#if (defined (HAVE_GETGROUPS) && defined(NGROUPS_MAX) && NGROUPS_MAX > 0) || defined(HAVE_MPFR) char name[100]; #endif AWKNUM value; |