Import Tk 8.6.12
This commit is contained in:
@@ -67,7 +67,7 @@ PreprocessMenu(
|
||||
do {
|
||||
finished = 1;
|
||||
for (index = 0; index < menuPtr->numEntries; index++) {
|
||||
register TkMenuEntry *entryPtr = menuPtr->entries[index];
|
||||
TkMenuEntry *entryPtr = menuPtr->entries[index];
|
||||
|
||||
if ((entryPtr->type == CASCADE_ENTRY)
|
||||
&& (entryPtr->namePtr != NULL)
|
||||
|
||||
Reference in New Issue
Block a user