File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -210,7 +210,7 @@ struct ParseState {
210210
211211static  bool  busy  =  false;
212212static  ParseState  parseState ;
213- static  char  ParseErrorMsg [PARSE_ERROR_SIZE ];
213+ static  char  ParseErrorMsg [PARSE_ERROR_SIZE   +   64 ];
214214
215215#define  PRESERVE_SV (x ) R_PreserveInMSet((x), parseState.mset)
216216#define  RELEASE_SV (x )  R_ReleaseFromMSet((x), parseState.mset)
Original file line number Diff line number Diff line change @@ -142,7 +142,7 @@ struct ParseState {
142142
143143static  bool  busy = false ;
144144static  ParseState parseState;
145- static  char  ParseErrorMsg[PARSE_ERROR_SIZE];
145+ static  char  ParseErrorMsg[PARSE_ERROR_SIZE +  64 ];
146146
147147#define  PRESERVE_SV (x ) R_PreserveInMSet((x), parseState.mset)
148148#define  RELEASE_SV (x )  R_ReleaseFromMSet((x), parseState.mset)
 
 
   
 
     
   
   
          
    
    
     
    
      
     
     
    You can’t perform that action at this time.
  
 
    
  
    
      
        
     
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments