Differences From Artifact [65e4e62b3c]:
- File odsmod.scm — part of check-in [bbac9c3682] at 2024-02-11 19:49:03 on branch v1.90-proper-interface-lists — convert to use proper interface lists (user: matt, size: 35951) [annotate] [blame] [check-ins using]
To Artifact [c50014d604]:
- File odsmod.scm — part of check-in [b969852101] at 2024-02-12 15:42:19 on branch v1.90-proper-interface-lists — repl runs (user: mrwellan, size: 35954) [annotate] [blame] [check-ins using]
︙ | |||
14 15 16 17 18 19 20 | 14 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/>. ;; (use csv-xml regex) (declare (unit odsmod)) |
︙ |