diff options
Diffstat (limited to 'runtime/user/recreate_links')
-rwxr-xr-x | runtime/user/recreate_links | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/runtime/user/recreate_links b/runtime/user/recreate_links index 080654e9..7b2f58d7 100755 --- a/runtime/user/recreate_links +++ b/runtime/user/recreate_links @@ -6,3 +6,4 @@ ln -s ../map-values.c . ln -s ../map-keys.c . ln -s ../list.c . ln -s ../string.c . +ln -s ../sym.c . |