Skip to content

Commit

Permalink
mod is unsigned char
Browse files Browse the repository at this point in the history
  • Loading branch information
yebblies committed Nov 14, 2013
1 parent 51b2b4d commit aac17cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/opover.c
Expand Up @@ -1457,7 +1457,7 @@ static Dsymbol *inferApplyArgTypesX(Expression *ethis, FuncDeclaration *fstart,
struct ParamOpOver
{
Parameters *arguments;
int mod;
unsigned char mod;
MATCH match;
FuncDeclaration *fd_best;
FuncDeclaration *fd_ambig;
Expand Down

0 comments on commit aac17cf

Please sign in to comment.