Minor fix to compiling with gcc and gcc related warning 0.2a
authorHarishankar <v.harishankar@gmail.com>
Mon, 11 May 2020 09:59:06 +0000 (15:29 +0530)
committerHarishankar <v.harishankar@gmail.com>
Mon, 11 May 2020 09:59:06 +0000 (15:29 +0530)
commit4dc5adcef4e6652b07b00087a24fc3d1305a6f81
tree507db015889f8b252223a7716770a82e5eebb9b7
parent1b996fa8e3b99892ef3c3cb51ab2759e797ae286
Minor fix to compiling with gcc and gcc related warning
Fixed bug in the Makefile to compile with gcc where the library
was not getting linked properly with the gcc command line. Also
fixed a gcc compiler warning about typecasting NULL in initalizing
char array by using '\0' (null terminator character) instead of
NULL.
Makefile
wordblah.h