mirror of
				https://github.com/sqlite/sqlite.git
				synced 2025-11-03 16:53:36 +03:00 
			
		
		
		
	Add a "const" declaration to a constant. Fix a typo in a comment. (CVS 2438)
FossilOrigin-Name: 67aaa269068ea6b6f784979c09b3deb091928563
This commit is contained in:
		@@ -191,7 +191,7 @@ static int opcodeNoPush(u8 op){
 | 
			
		||||
  ** error if someone builds with an awk that uses (for example) 32-bit 
 | 
			
		||||
  ** IEEE floats.
 | 
			
		||||
  */ 
 | 
			
		||||
  static u32 masks[5] = {
 | 
			
		||||
  static const u32 masks[5] = {
 | 
			
		||||
    NOPUSH_MASK_0 + (NOPUSH_MASK_1<<16),
 | 
			
		||||
    NOPUSH_MASK_2 + (NOPUSH_MASK_3<<16),
 | 
			
		||||
    NOPUSH_MASK_4 + (NOPUSH_MASK_5<<16),
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user