Rename the make.h file to makeint.h for internal use only.

This commit is contained in:
Paul Smith
2013-01-20 11:01:01 -05:00
parent b70aa3709e
commit a45f25ece3
38 changed files with 67 additions and 62 deletions

View File

@@ -14,7 +14,7 @@ A PARTICULAR PURPOSE. See the GNU General Public License for more details.
You should have received a copy of the GNU General Public License along with
this program. If not, see <http://www.gnu.org/licenses/>. */
#include "make.h"
#include "makeint.h"
#include <assert.h>