psppire: Fix multiple definitions of align_enum_type and two others.
authorBen Pfaff <blp@cs.stanford.edu>
Sat, 17 Nov 2018 04:27:30 +0000 (20:27 -0800)
committerBen Pfaff <blp@cs.stanford.edu>
Mon, 26 Nov 2018 00:25:19 +0000 (16:25 -0800)
commit614bbfbc4be1f4f47d55d3fbee9ae20f3a9955bb
tree7828db2d306628c9adf5168dbb5b447fac7e0ff6
parentbbb073424738ac65571ee2e7ea6471c695881302
psppire: Fix multiple definitions of align_enum_type and two others.

These were defined in both psppire-dict.c and widgets.c, which causes a
problem building with -fno-common (which is desirable because it allows
Address Sanitizer to work better).
src/ui/gui/widgets.c