aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoseph Hunkeler <jhunkeler@gmail.com>2024-04-15 00:48:09 -0400
committerJoseph Hunkeler <jhunkeler@gmail.com>2024-04-15 01:03:36 -0400
commitc0953ac69fb01f49bc55771bbd0a5054e6267261 (patch)
tree8c83fba286b624d9cdb5e5f6c287250b4a153a88
parent34ab33508dae4ecc9bd0b9f272fd005c0ea78b4f (diff)
downloadohmycal-c0953ac69fb01f49bc55771bbd0a5054e6267261.tar.gz
Removes environ define from source file. See os_darwin.h
-rw-r--r--src/deliverable.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/deliverable.c b/src/deliverable.c
index 1640054..1a64b42 100644
--- a/src/deliverable.c
+++ b/src/deliverable.c
@@ -4,10 +4,6 @@
#include "omc.h"
extern struct OMC_GLOBAL globals;
-#if defined(OMC_OS_DARWIN)
-extern char **environ;
-#define __environ environ
-#endif
static void ini_getval_required(struct INIFILE *ini, char *section_name, char *key, unsigned type, union INIVal *val) {
int status = ini_getval(ini, section_name, key, type, val);