From 84fcd95d4ed6293fdaf03ffde7881dbb68cd979e Mon Sep 17 00:00:00 2001
From: Wolfgang Bumiller <blub@speed.at>
Date: Sun, 23 Dec 2012 10:44:03 +0100
Subject: [PATCH] utf8lib.c -> utf8.c - I hope windows 8 allows this filename
 :P

---
 Makefile            | 2 +-
 utf8lib.c => utf8.c | 0
 2 files changed, 1 insertion(+), 1 deletion(-)
 rename utf8lib.c => utf8.c (100%)

diff --git a/Makefile b/Makefile
index 4f42a7f..28f425e 100644
--- a/Makefile
+++ b/Makefile
@@ -27,7 +27,7 @@ ifeq ($(track), no)
     CFLAGS += -DNOTRACK
 endif
 
-OBJ_D = util.o code.o ast.o ir.o conout.o ftepp.o opts.o file.o utf8lib.o
+OBJ_D = util.o code.o ast.o ir.o conout.o ftepp.o opts.o file.o utf8.o
 OBJ_T = test.o util.o conout.o file.o
 OBJ_C = main.o lexer.o parser.o file.o
 OBJ_X = exec-standalone.o util.o conout.o file.o
diff --git a/utf8lib.c b/utf8.c
similarity index 100%
rename from utf8lib.c
rename to utf8.c
-- 
2.39.5