The code HFODD version (v2.07f) is written in FORTRAN-77. However, on several platforms several tested FORTRAN-77 compilers did not perform well with respect to the memory management. In particular, they often distributed large matrices on computer's stack and heap in a wasteful way, and then the available memory could be insufficient for the code to execute, especially for large HO bases. Therefore, crucial parts of the code have been promoted to FORTRAN-90, with an active use of explicit memory allocation and deallocation. In the FORTRAN source code provided in the file hfodd.f, all these FORTRAN-90 features are commented out and inactive. However, very simple modifications of the source code can easily be performed to transform code HFODD to FORTRAN-90. To this end, the user should run an automated editor script which will perform the following two operations: