Moved GsweHouseSystemInfo to its own sources

This commit is contained in:
2013-09-24 01:16:33 +02:00
parent 39ddb2ee0e
commit 20c3aafe85
11 changed files with 225 additions and 16 deletions

View File

@@ -63,7 +63,7 @@ GsweTimestamp *gswe_full_moon_base_date;
#define ADD_HOUSE_SYSTEM(ht, v, i, s, n) \
(v) = g_new0(GsweHouseSystemInfo, 1); \
(v)->system = i; \
(v)->house_system = i; \
(v)->sweph_id = s; \
(v)->name = g_strdup(n); \
g_hash_table_replace((ht), GINT_TO_POINTER(i), (v));