[pkg-d-commits] [ldc] 59/149: Fix incorrect CommaExp ctor declaration.
Matthias Klumpp
mak at moszumanska.debian.org
Sun Apr 23 22:36:58 UTC 2017
This is an automated email from the git hooks/post-receive script.
mak pushed a commit to annotated tag v1.2.0
in repository ldc.
commit 6d243ff63515537187cd1ad1014adaee72e58051
Author: Johan Engelen <jbc.engelen at gmail.com>
Date: Sun Jan 29 23:01:09 2017 +0100
Fix incorrect CommaExp ctor declaration.
---
ddmd/expression.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/ddmd/expression.h b/ddmd/expression.h
index 297505f..d334d87 100644
--- a/ddmd/expression.h
+++ b/ddmd/expression.h
@@ -1052,7 +1052,7 @@ public:
class CommaExp : public BinExp
{
public:
- CommaExp(Loc loc, Expression *e1, Expression *e2);
+ CommaExp(Loc loc, Expression *e1, Expression *e2, bool generated = true);
const bool isGenerated;
bool allowCommaExp;
Expression *semantic(Scope *sc);
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-d/ldc.git
More information about the pkg-d-commits
mailing list