From 34feee0ed6879a9c28e8f82fde932eb6b20d79d5 Mon Sep 17 00:00:00 2001 From: Vlad Vissoultchev Date: Wed, 13 Apr 2016 14:32:51 +0300 Subject: Move utility functions `trimfront/back` to tccpp.c These are used in `libtcc.c` now and cannot remain in `tccpe.c` --- .gitignore | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index 95af8ed..518cae4 100644 --- a/.gitignore +++ b/.gitignore @@ -69,6 +69,4 @@ tiny_libmaker *~ \#* .#* -win32/include/* -win32/lib/* -win32/vs2015/* +win32/* -- cgit v1.3.1