From ca892ecbd404e31c3b45943ba446a5d894dc6983 Mon Sep 17 00:00:00 2001 From: John Kerl Date: Sun, 5 Mar 2017 11:20:34 -0500 Subject: [PATCH] windows-port iterate --- c/lib/Makefile.am | 1 + c/todo.txt | 1 + 2 files changed, 2 insertions(+) diff --git a/c/lib/Makefile.am b/c/lib/Makefile.am index 8e41e08b8..e5f46147d 100644 --- a/c/lib/Makefile.am +++ b/c/lib/Makefile.am @@ -4,6 +4,7 @@ libmlr_la_SOURCES= free_flags.h \ aux_entries.h \ minunit.h \ mlr_arch.c \ + mlr_arch.h \ mlr_globals.c \ mlr_globals.h \ mlrdatetime.c \ diff --git a/c/todo.txt b/c/todo.txt index ce722b5a4..f4db7ae16 100644 --- a/c/todo.txt +++ b/c/todo.txt @@ -1,6 +1,7 @@ ================================================================ BUGFIXES +* xtab.wtf ? tsv->json blank line -- ? needs repro. ================================================================