summaryrefslogtreecommitdiff
path: root/Build/source/utils/asymptote/application.h
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2012-05-31 00:02:26 +0000
committerKarl Berry <karl@freefriends.org>2012-05-31 00:02:26 +0000
commit19fc9fd9a26973d87fad437ce549ffaba479df54 (patch)
treef40a9d2592b3cf827970c8bf54a1eebf9cc8f9c0 /Build/source/utils/asymptote/application.h
parent24b3bac312553b2cc61e94fda581aba311967f5c (diff)
asy 2.16 sources
git-svn-id: svn://tug.org/texlive/trunk@26734 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/utils/asymptote/application.h')
-rw-r--r--Build/source/utils/asymptote/application.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/Build/source/utils/asymptote/application.h b/Build/source/utils/asymptote/application.h
index 0e283d66daa..8ca4296bd3b 100644
--- a/Build/source/utils/asymptote/application.h
+++ b/Build/source/utils/asymptote/application.h
@@ -110,7 +110,6 @@ public:
}
};
-
// This class generates sequenced args, args whose side-effects occur in order
// according to their index, regardless of the order they are called. This is
// used to ensure left-to-right order of evaluation of keyword arguments, even
@@ -261,7 +260,7 @@ class application : public gc {
bool complete();
// Match a rest argument in the calling expression.
- bool matchRest(env &e, types::formal& f, varinit *a);
+ bool matchRest(env &e, types::formal& f, varinit *a, size_t evalIndex);
// Match the argument represented in signature to the target signature. On
// success, all of the arguments in args will be properly set up.