Differences From Artifact [47fe94bb91]:
- File server.scm — part of check-in [0ed114ba94] at 2024-02-05 19:21:53 on branch v1.80-revolution-remodularization — Bunch of cleanup (user: matt, size: 3619) [annotate] [blame] [check-ins using]
To Artifact [bf70314166]:
- File server.scm — part of check-in [565bd18b89] at 2024-02-06 19:36:01 on branch v1.90 — Removed couple empty compliation units. Removed duplicate function (user: matt, size: 3599) [annotate] [blame] [check-ins using]
︙ | |||
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 server)) (declare (uses common)) |
︙ |