Moved more functions from misc1.c to indent.c

This commit is contained in:
John
2014-03-14 20:56:39 +01:00
committed by Thiago de Arruda
parent a86b1a129e
commit 231d4511d1
7 changed files with 263 additions and 258 deletions

View File

@@ -27,6 +27,7 @@
#include "fileio.h"
#include "fold.h"
#include "getchar.h"
#include "indent.h"
#include "indent_c.h"
#include "main.h"
#include "mark.h"