Add NOQUEUE modifier; reverse order of args to soleq and make second arg optional (defaults to today())

This commit is contained in:
Dianne Skoll
2022-12-23 11:04:18 -05:00
parent af88e393f9
commit a1eafb2c89
6 changed files with 23 additions and 6 deletions
-1
View File
@@ -3638,7 +3638,6 @@ FSoleq(func_info *info)
dse = DSEToday;
FromDSE(dse, &y, NULL, NULL); /* We just want the year */
}
ASSERT_TYPE(1, INT_TYPE);
ret = solstice_equinox_for_year(y, which);
if (dse != NO_DATE && (ret / MINUTES_PER_DAY) < dse) {