comparison src/if_py_both.h @ 4667:9e7ef781d494 v7.3.1081

updated for version 7.3.1081 Problem: Compiler warnings on 64-bit Windows. Solution: Change variable types. (Mike Williams)
author Bram Moolenaar <bram@vim.org>
date Fri, 31 May 2013 20:49:31 +0200
parents 80b0081824fa
children 2db005052371
comparison
equal deleted inserted replaced
4666:54f7d6f12191 4667:9e7ef781d494
1098 { 1098 {
1099 hashitem_T *ht_array; 1099 hashitem_T *ht_array;
1100 long_u ht_used; 1100 long_u ht_used;
1101 hashtab_T *ht; 1101 hashtab_T *ht;
1102 hashitem_T *hi; 1102 hashitem_T *hi;
1103 int todo; 1103 long_u todo;
1104 } dictiterinfo_T; 1104 } dictiterinfo_T;
1105 1105
1106 static PyObject * 1106 static PyObject *
1107 DictionaryIterNext(dictiterinfo_T **dii) 1107 DictionaryIterNext(dictiterinfo_T **dii)
1108 { 1108 {