# HG changeset patch # User Alan Coopersmith # Date 1316814941 25200 # Node ID 66778b3a7858d894da0239170ae0de87b3d4ff60 # Parent 2913e4fb82b804b36733e2158abe4a7da56dee92 7094318 xemacs fails to start with "Error: Unresolved inheritance operation" diff -r 2913e4fb82b8 -r 66778b3a7858 open-src/lib/libXt/mapfile-vers --- a/open-src/lib/libXt/mapfile-vers Tue Sep 13 09:43:33 2011 -0700 +++ b/open-src/lib/libXt/mapfile-vers Fri Sep 23 14:55:41 2011 -0700 @@ -387,7 +387,8 @@ _XtAddCallback; _XtProcessLock; _XtRemoveStateTreeByIndex; - _XtInherit; +# See src/Initialize.c for explanation of why _XtInherit needs special linking + _XtInherit = NODIRECT; _XtDependencies; XtCvtStringToAcceleratorTable; _XtRemoveAllInputs;