Skip to content

Commit

Permalink
refactor(main): rename readenv() to postenv() for addition of preenv() (
Browse files Browse the repository at this point in the history
  • Loading branch information
mycoboco committed Jan 10, 2018
1 parent 72b8840 commit d3f2a39
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/main.c
Expand Up @@ -1037,7 +1037,7 @@ static void printice(void)
/* /*
* reads environment variables for #include paths * reads environment variables for #include paths
*/ */
static void readenv(void) static void postenv(void)
{ {
int i; int i;
char *p; char *p;
Expand Down Expand Up @@ -1068,7 +1068,7 @@ int main(int argc, char *argv[])
#ifdef HAVE_ICONV #ifdef HAVE_ICONV
prepcv(); prepcv();
#endif /* HAVE_ICONV */ #endif /* HAVE_ICONV */
readenv(); postenv();


settl(); settl();
setchcat(); setchcat();
Expand Down

0 comments on commit d3f2a39

Please sign in to comment.