Move MX* processing to libpspp/message.c
authorJohn Darrington <john@darrington.wattle.id.au>
Sun, 22 Aug 2010 09:05:16 +0000 (11:05 +0200)
committerJohn Darrington <john@darrington.wattle.id.au>
Sun, 22 Aug 2010 09:05:16 +0000 (11:05 +0200)
commit3f31e9c3fe628db6fe7bb7fdf2a80634cecc8181
treee995a33b1099f150df39053052a38b4b26df8be3
parent6d37069af4d7d7963b9d599e0076384dd554041a
Move MX* processing to libpspp/message.c

This change moves the guts of src/ui/terminal/msg-ui.c
into libpspp/message.c  The affected code handles the
processing of the MXWARNS and MXERRS settings.  As this
code was under src/ui/terminal these settings were being
ignored in the GUI
src/libpspp/message.c
src/libpspp/message.h
src/ui/terminal/msg-ui.c
src/ui/terminal/msg-ui.h