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

settl();
setchcat();

0 comments on commit d3f2a39

Please sign in to comment.