home: hub: 9ficl

Download patch

ref: cd525d484b6da88d96717646b9800da935a2e234
parent: d24b9526d714446050899159fa12e8563ff3f6cd
author: asau <asau@ficl.sf.net>
date: Sun Oct 24 16:35:54 CDT 2010

Allow empty software core.

--- a/softcore/makesoftcore.c
+++ b/softcore/makesoftcore.c
@@ -198,7 +198,7 @@
 	fprintf(f, "\n");
 	fprintf(f, "#if !FICL_WANT_LZ_SOFTCORE\n");
 	fprintf(f, "\n");
-	fprintf(f, "static char ficlSoftcoreUncompressed[] =\n");
+	fprintf(f, "static char ficlSoftcoreUncompressed[] = \"\"\n");
 	fprintDataAsQuotedString(f, uncompressed);
 	fprintf(f, ";\n");
 	fprintf(f, "\n");