mirror of
https://git.savannah.gnu.org/git/make.git
synced 2024-12-29 08:09:02 +00:00
Formerly main.c.~61~
This commit is contained in:
parent
8140043344
commit
f31ff1c1c4
1 changed files with 3 additions and 0 deletions
3
main.c
3
main.c
|
@ -428,6 +428,9 @@ main (argc, argv, envp)
|
|||
#endif /* setvbuf reversed. */
|
||||
#endif /* setlinebuf missing. */
|
||||
|
||||
/* Initialize the directory hashing code. */
|
||||
init_dir ();
|
||||
|
||||
/* Set up to access user data (files). */
|
||||
user_access ();
|
||||
|
||||
|
|
Loading…
Reference in a new issue