Skip to content

Commit

Permalink
Fixed build error in previous commit.
Browse files Browse the repository at this point in the history
  • Loading branch information
c-lipka committed Mar 2, 2016
1 parent 010dba5 commit 10465bb
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion source/base/version.h
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
#define OFFICIAL_VERSION_STRING "3.7.1"
#define OFFICIAL_VERSION_NUMBER 371

#define POV_RAY_PRERELEASE "alpha.8503819"
#define POV_RAY_PRERELEASE "alpha.8503825"

#if (POV_RAY_IS_AUTOBUILD == 1) && ((POV_RAY_IS_OFFICIAL == 1) || (POV_RAY_IS_SEMI_OFFICIAL == 1))
#ifdef POV_RAY_PRERELEASE
Expand Down
2 changes: 1 addition & 1 deletion source/parser/parser_tokenizer.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -3906,7 +3906,7 @@ void Parser::Inc_CS_Index()
{
Error("Too many nested conditionals or macros.");
}
Cond_Stack[CS_Index].Cond_Type = COND_BUSY;
Cond_Stack[CS_Index].Cond_Type = BUSY_COND;
Cond_Stack[CS_Index].Macro_File = NULL;
Cond_Stack[CS_Index].Macro_Return_Name = NULL;
Cond_Stack[CS_Index].PMac = NULL;
Expand Down
2 changes: 1 addition & 1 deletion unix/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
3.7.1-alpha.8503819
3.7.1-alpha.8503825

0 comments on commit 10465bb

Please sign in to comment.