# HG changeset patch # User John W. Eaton # Date 1452284778 18000 # Node ID 0be406e2ede10a9e635df565cab818814d9fa081 # Parent ad9489d43ce9a742b2f1171f1e993620ed81cd74 revert accidental change made in changeset ebc439187d29 * libinterp/corefcn/module.mk (COREFCN_SRC): Restore colloc.cc to the list. diff --git a/libinterp/corefcn/module.mk b/libinterp/corefcn/module.mk --- a/libinterp/corefcn/module.mk +++ b/libinterp/corefcn/module.mk @@ -123,6 +123,7 @@ libinterp/corefcn/c-file-ptr-stream.cc \ libinterp/corefcn/cdisplay.c \ libinterp/corefcn/cellfun.cc \ + libinterp/corefcn/colloc.cc \ libinterp/corefcn/coct-hdf5-types.c \ libinterp/corefcn/comment-list.cc \ libinterp/corefcn/conv2.cc \