comparison lib-src/ChangeLog @ 65626:69a9e146ef35

(add_sym): Compare namespace names instead of namespace objects. This prevents the parser from incorrectly treating classes whose superclass is in another namespace.
author Chong Yidong <cyd@stupidchicken.com>
date Tue, 20 Sep 2005 13:19:29 +0000
parents 27612d890a6c
children 0f96b488c83a ee12d75eb214
comparison
equal deleted inserted replaced
65625:348c05075334 65626:69a9e146ef35
1 2005-09-20 Chong Yidong <cyd@stupidchicken.com>
2
3 * ebrowse.c (add_sym): Compare namespace names instead of
4 namespace objects. This prevents the parser from incorrectly
5 treating classes whose superclass is in another namespace.
6
1 2005-09-15 Richard M. Stallman <rms@gnu.org> 7 2005-09-15 Richard M. Stallman <rms@gnu.org>
2 8
3 * Makefile.in (update-game-score.o): New target. 9 * Makefile.in (update-game-score.o): New target.
4 Compile and link this progranm separately. 10 Compile and link this progranm separately.
5 (update-game-score${EXEEXT}): Use GETOPTDEPTS. 11 (update-game-score${EXEEXT}): Use GETOPTDEPTS.