1
0
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:
drh
2005-03-31 22:26:19 +00:00
parent 4fb90f2bff
commit 9a7e60865d
4 changed files with 11 additions and 11 deletions

View File

@@ -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),