Skip to content

Commit

Permalink
add missing initializer
Browse files Browse the repository at this point in the history
  • Loading branch information
WalterBright committed Jul 24, 2011
1 parent 21b96d9 commit bf6b47d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/backend/var.c
Expand Up @@ -156,7 +156,7 @@ int level = 0; /* declaration level */
/* 3+: compound statement decls */

param_t *paramlst = NULL; /* function parameter list */
tym_t pointertype; /* default data pointer type */
tym_t pointertype = TYnptr; /* default data pointer type */

/************************
* Bit masks
Expand Down

0 comments on commit bf6b47d

Please sign in to comment.