From 446ffd97017f72652b64c43bf25fc5fccbb3ddf0 Mon Sep 17 00:00:00 2001 From: hunt Date: Tue, 8 Nov 2005 19:26:16 +0000 Subject: 2005-11-08 Martin Hunt * recreate_links: Add link to pmap-gen.c * print.c (next_fmt): Remove unneeded dbug(). * alloc.c: Update to reflect changes to runtime/alloc.c. --- runtime/user/recreate_links | 1 + 1 file changed, 1 insertion(+) (limited to 'runtime/user/recreate_links') diff --git a/runtime/user/recreate_links b/runtime/user/recreate_links index 90fc09f9..bd824145 100755 --- a/runtime/user/recreate_links +++ b/runtime/user/recreate_links @@ -17,3 +17,4 @@ ln -s ../stat.h . ln -s ../stat-common.c . ln -s ../arith.c . ln -s ../map-gen.c . +ln -s ../pmap-gen.c . -- cgit