From 8b2a5e678e4a8f24328ecd438f6907ef25398f95 Mon Sep 17 00:00:00 2001 From: Felipe Oliveira Carvalho Date: Sat, 22 Mar 2014 00:06:37 -0300 Subject: Move arabic.h #defines from arabic.h to arabic.c - Move arabic_shape() decl from main.h to arabic.h - Move arabic_combine() and arabic_maycombine() from mbyte.c to arabic.c as these functions use the #defines I moved. - Remove the unnecessary include of arabic.h in globals.h - Remove include of arabic.c (sic) in main.c (change CMakeLists.txt to compile arabic.c normally) --- src/main.c | 5 ----- 1 file changed, 5 deletions(-) (limited to 'src/main.c') diff --git a/src/main.c b/src/main.c index 759366c5d3..1fec7ffc96 100644 --- a/src/main.c +++ b/src/main.c @@ -2399,8 +2399,3 @@ time_msg ( * When FEAT_FKMAP is defined, also compile the Farsi source code. */ # include "farsi.c" - -/* - * When FEAT_ARABIC is defined, also compile the Arabic source code. - */ -# include "arabic.c" -- cgit