ks_tables: Remove table-specific #ifdefs and add header guard
authorDan Nicholson <dbn.lists@gmail.com>
Thu, 15 Jan 2009 02:07:06 +0000 (18:07 -0800)
committerDan Nicholson <dbn.lists@gmail.com>
Thu, 19 Mar 2009 18:51:09 +0000 (11:51 -0700)
commit7f64541c30e66f4fb172420a1107b73abf5a3020
tree55a6b3c2681a604df9494555b1870d78306c34dd
parentddc31789597d75b9d7f77ba76b498a9252dcecb3
ks_tables: Remove table-specific #ifdefs and add header guard

Since we'll be including ks_tables.h in a single file, we don't need to
make parts conditional. A header guard has been added just to be safe.
src/makekeys.c