Skip to content

Commit 10465bb

Browse files
committed
Fixed build error in previous commit.
1 parent 010dba5 commit 10465bb

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

source/base/version.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
#define OFFICIAL_VERSION_STRING "3.7.1"
4646
#define OFFICIAL_VERSION_NUMBER 371
4747

48-
#define POV_RAY_PRERELEASE "alpha.8503819"
48+
#define POV_RAY_PRERELEASE "alpha.8503825"
4949

5050
#if (POV_RAY_IS_AUTOBUILD == 1) && ((POV_RAY_IS_OFFICIAL == 1) || (POV_RAY_IS_SEMI_OFFICIAL == 1))
5151
#ifdef POV_RAY_PRERELEASE

source/parser/parser_tokenizer.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3906,7 +3906,7 @@ void Parser::Inc_CS_Index()
39063906
{
39073907
Error("Too many nested conditionals or macros.");
39083908
}
3909-
Cond_Stack[CS_Index].Cond_Type = COND_BUSY;
3909+
Cond_Stack[CS_Index].Cond_Type = BUSY_COND;
39103910
Cond_Stack[CS_Index].Macro_File = NULL;
39113911
Cond_Stack[CS_Index].Macro_Return_Name = NULL;
39123912
Cond_Stack[CS_Index].PMac = NULL;

unix/VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
3.7.1-alpha.8503819
1+
3.7.1-alpha.8503825

0 commit comments

Comments
 (0)