mirror of
				https://github.com/sqlite/sqlite.git
				synced 2025-11-03 16:53:36 +03:00 
			
		
		
		
	Add comments to unused P3 fields of selected instructions when NDEBUG is
not defined. This makes VDBE program dumps more readable during debugging. (CVS 1973) FossilOrigin-Name: 4871c77f8fce36ff230e1f026f4e4e49492515e9
This commit is contained in:
		@@ -586,7 +586,9 @@ static int vxprintf(
 | 
			
		||||
        break;
 | 
			
		||||
      case etTOKEN: {
 | 
			
		||||
        Token *pToken = va_arg(ap, Token*);
 | 
			
		||||
        (*func)(arg, pToken->z, pToken->n);
 | 
			
		||||
        if( pToken && pToken->z ){
 | 
			
		||||
          (*func)(arg, pToken->z, pToken->n);
 | 
			
		||||
        }
 | 
			
		||||
        length = width = 0;
 | 
			
		||||
        break;
 | 
			
		||||
      }
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user