diff options
author | Adam Chlipala <adam@chlipala.net> | 2013-04-16 10:55:48 -0400 |
---|---|---|
committer | Adam Chlipala <adam@chlipala.net> | 2013-04-16 10:55:48 -0400 |
commit | f4dbd4d3e80432cf1bd41d7f423580da153f11b8 (patch) | |
tree | 2dba7c473ff3a8063145c3cd8506ac9013faa904 /src/shake.sml | |
parent | 82e400315d526eb6c96fd1ad21a8ce75529f7717 (diff) |
Basis.tryRpc
Diffstat (limited to 'src/shake.sml')
-rw-r--r-- | src/shake.sml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/shake.sml b/src/shake.sml index 096c31fd..57ebec8e 100644 --- a/src/shake.sml +++ b/src/shake.sml @@ -1,4 +1,4 @@ -(* Copyright (c) 2008-2010, Adam Chlipala +(* Copyright (c) 2008-2010, 2013, Adam Chlipala * All rights reserved. * * Redistribution and use in source and binary forms, with or without @@ -186,7 +186,7 @@ fun shake file = in case e of ENamed n => check n - | EServerCall (n, _, _) => check n + | EServerCall (n, _, _, _) => check n | _ => s end |