X-Git-Url: https://git.cworth.org/git?p=wordgame;a=blobdiff_plain;f=dict.c;h=a9202934035d35346f0ac75905f4baa130fff9ed;hp=cef51d4a08e1fb6163618aff084c623eef8b5ce9;hb=352e7bb836a852c4df6810e6be58990f602cf7a1;hpb=38b0d9c74ac0bd90a6249b0ec45ae7c9a41bdaa7 diff --git a/dict.c b/dict.c index cef51d4..a920293 100644 --- a/dict.c +++ b/dict.c @@ -16,16 +16,12 @@ * Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA." */ -/* Portably, schmortability. I want ease of programming. */ -#define _GNU_SOURCE -#include -#include +#include "dict.h" + #include #include #include -#include "dict.h" - typedef struct _string { size_t size; char *s;