Index: generic/xotclInt.h =================================================================== diff -u -r6ad5c75139b83b9bf0c180d2b2ceceafa8bf69f4 -r0e506e4f3ccee7f65c9662ffaff46f75027855e9 --- generic/xotclInt.h (.../xotclInt.h) (revision 6ad5c75139b83b9bf0c180d2b2ceceafa8bf69f4) +++ generic/xotclInt.h (.../xotclInt.h) (revision 0e506e4f3ccee7f65c9662ffaff46f75027855e9) @@ -450,7 +450,7 @@ } XOTclNonposArgs; typedef struct XOTclParsedInterfaceDefinition { - argDefinition *ifd; + XOTclNonposArgs *nonposArgs; int possibleUnknowns; } XOTclParsedInterfaceDefinition;