? mydiff Index: ddd/show.C =================================================================== RCS file: /cvsroot/ddd/ddd/ddd/show.C,v retrieving revision 1.92 diff -p -u -r1.92 show.C --- ddd/show.C 2001/01/09 18:00:51 1.92 +++ ddd/show.C 2001/02/27 21:41:16 @@ -548,7 +548,7 @@ void DDDLicenseCB(Widget w, XtPointer, X int ddd_news(ostream& os) { -#if WITH_BUILTIN_COPYING +#if WITH_BUILTIN_NEWS static const char NEWS[] = #include "NEWS.gz.C" ; Index: pydb/pydbcmd.py =================================================================== RCS file: /cvsroot/ddd/ddd/pydb/pydbcmd.py,v retrieving revision 1.2 diff -p -u -r1.2 pydbcmd.py --- pydb/pydbcmd.py 1998/08/26 09:26:32 1.2 +++ pydb/pydbcmd.py 2001/02/27 21:41:26 @@ -68,8 +68,7 @@ class Cmd: return func() else: - import newdir - names = newdir.dir(self.__class__) + names = dir(self.__class__) cmds_doc = [] cmds_undoc = [] help = {}