Merge lp:~zorba-coders/zorba/bug-1040558 into lp:zorba

Proposed by Ghislain Fourny
Status: Merged
Approved by: Luis Rodriguez Gonzalez
Approved revision: 10998
Merged at revision: 11002
Proposed branch: lp:~zorba-coders/zorba/bug-1040558
Merge into: lp:zorba
Diff against target: 12 lines (+1/-1)
1 file modified
src/compiler/translator/translator.cpp (+1/-1)
To merge this branch: bzr merge lp:~zorba-coders/zorba/bug-1040558
Reviewer Review Type Date Requested Status
Luis Rodriguez Gonzalez Approve
Juan Zacarias Approve
Review via email: mp+120956@code.launchpad.net

Commit message

Fixes a Windows compiler error (bug 1040558).

Description of the change

Fixes a Windows compiler error (bug 1040558).

To post a comment you must log in.
Revision history for this message
Zorba Build Bot (zorba-buildbot) wrote :

There are additional revisions which have not been approved in review. Please seek review and approval of these new revisions.

Revision history for this message
Zorba Build Bot (zorba-buildbot) wrote :
Revision history for this message
Zorba Build Bot (zorba-buildbot) wrote :

Validation queue job bug-1040558-2012-08-23T10-08-58.304Z is finished. The final status was:

All tests succeeded!

Revision history for this message
Zorba Build Bot (zorba-buildbot) wrote :

Voting does not meet specified criteria. Required: Approve > 1, Disapprove < 1, Needs Fixing < 1, Pending < 1. Got: 2 Pending.

Revision history for this message
Juan Zacarias (juan457) :
review: Approve
Revision history for this message
Luis Rodriguez Gonzalez (kuraru) :
review: Approve
Revision history for this message
Zorba Build Bot (zorba-buildbot) wrote :
Revision history for this message
Zorba Build Bot (zorba-buildbot) wrote :

Validation queue job bug-1040558-2012-08-27T20-44-57.648Z is finished. The final status was:

All tests succeeded!

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'src/compiler/translator/translator.cpp'
2--- src/compiler/translator/translator.cpp 2012-08-22 06:44:28 +0000
3+++ src/compiler/translator/translator.cpp 2012-08-23 10:13:23 +0000
4@@ -3871,7 +3871,7 @@
5 thePrologGraph.addVarVertex(ve);
6 theCurrentPrologVFDecl = PrologGraphVertex(ve);
7
8- push_nodestack(ve);
9+ push_nodestack(ve.getp());
10
11 return no_state;
12 }

Subscribers

People subscribed via source and target branches