Add missing patches.

This commit is contained in:
Krystian Bacławski
2015-08-29 16:56:06 +02:00
parent 6364dc5c2d
commit 27a1547d4f
7 changed files with 225 additions and 2 deletions
+11
View File
@@ -0,0 +1,11 @@
--- vbcc/frontend/vc.c 2012-10-01 17:35:34.000000000 +0200
+++ vbcc/frontend/vc.c 2012-10-01 17:38:59.000000000 +0200
@@ -91,7 +91,7 @@
const char *search_dirs[]={"","C:\\"};
#else
const char *config_name="vc.config";
-const char *search_dirs[]={"","~/","/etc/"};
+const char *search_dirs[]={ETCDIR,"~/","/etc/"};
#endif
/* String fuer die Default libraries */