Differences From Artifact [ff600f6f10]:
- File api.scm — part of check-in [7060a6d776] at 2023-03-27 18:15:58 on branch v1.80 — Lots of proper use of debugprint and mtargs plus some small cleanup. (user: mrwellan, size: 22580) [annotate] [blame] [check-ins using]
To Artifact [8894c9cdb4]:
- File api.scm — part of check-in [c10775f9d8] at 2023-03-31 16:30:04 on branch v1.80-mbi — Minor clean up of units (user: mrwellan, size: 22559) [annotate] [blame] [check-ins using] [more...]
︙ | |||
15 16 17 18 19 20 21 | 15 16 17 18 19 20 21 22 23 24 25 26 27 28 | - | ;; ;; You should have received a copy of the GNU General Public License ;; along with Megatest. If not, see <http://www.gnu.org/licenses/>. ;; ;;====================================================================== (declare (unit api)) |
︙ |