Extract memory.c from misc2.c

This commit is contained in:
John Schmidt
2014-04-03 17:07:14 +02:00
committed by Thiago de Arruda
parent 3fe0580a8e
commit 6f53cb1cc3
53 changed files with 415 additions and 317 deletions

View File

@@ -5,6 +5,7 @@
#include "types.h"
#include "vim.h"
#include "ascii.h"
#include "memory.h"
#include "misc2.h"
#include "option_defs.h"
#include "charset.h"