diff options
Diffstat (limited to 'src/env.h')
-rw-r--r-- | src/env.h | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -24,5 +24,4 @@ env_t env_create(env_t parent, env_destroy_func destroy_func); env_t env_copy(env_t env); void env_destroy(env_t env); - #endif |