File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff 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 ;
Original file line number Diff line number Diff line change 1- 3.7.1-alpha.8503819
1+ 3.7.1-alpha.8503825
You can’t perform that action at this time.
0 commit comments