updated for version 7.3.1075

Problem:    Compiler warning for storing a long_u in an int.
Solution:   Declare the number as an int. (Mike Williams)
This commit is contained in:
Bram Moolenaar
2013-05-30 19:18:31 +02:00
parent c8c5ced9ff
commit dff28c323c
2 changed files with 3 additions and 1 deletions
+1 -1
View File
@@ -890,7 +890,7 @@ nfa_regatom()
default:
{
long_u n = 0;
int n = 0;
int cmp = c;
if (c == '<' || c == '>')
+2
View File
@@ -728,6 +728,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
1075,
/**/
1074,
/**/