diff options
-rwxr-xr-x | src/ghdlserver/start_server.sh | 10 | ||||
-rw-r--r-- | src/outitf.c | 2 |
2 files changed, 1 insertions, 11 deletions
diff --git a/src/ghdlserver/start_server.sh b/src/ghdlserver/start_server.sh deleted file mode 100755 index 548d7d7..0000000 --- a/src/ghdlserver/start_server.sh +++ /dev/null @@ -1,10 +0,0 @@ -#!/bin/sh -gcc -c ghdlserver.c -ghdl -a Utility_Package.vhdl && -ghdl -a Vhpi_Package.vhdl && -ghdl -a inverter.vhdl && -ghdl -a inverter_tb.vhdl && - -ghdl -e -Wl,ghdlserver.o inverter_tb && -./inverter_tb - diff --git a/src/outitf.c b/src/outitf.c index a4f76d3..1ac92ab 100644 --- a/src/outitf.c +++ b/src/outitf.c @@ -48,7 +48,7 @@ Modified: 2000 AlansFixes, 2013/2015 patch by Krzysztof Blaszkowski #include "plotting/graf.h" #include "../misc/misc_time.h" -/* 10.Mar.2917 - RM - Added the following #include */ +/* 10.Mar.2017 - RM - Added the following #include */ #include <fcntl.h> #include <sys/stat.h> #include <sys/types.h> |