Mercurial > emacs
changeset 44254:2bc6f0ac1394
(add_declarator): Fix the first call to add_member_defn.
author | Eli Zaretskii <eliz@gnu.org> |
---|---|
date | Sat, 30 Mar 2002 07:40:54 +0000 |
parents | 49926617aca4 |
children | 166f03d282d7 |
files | lib-src/ebrowse.c |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/lib-src/ebrowse.c Fri Mar 29 23:16:11 2002 +0000 +++ b/lib-src/ebrowse.c Sat Mar 30 07:40:54 2002 +0000 @@ -3251,7 +3251,7 @@ int pos = BUFFER_POS (); if (cls) - add_member_defn (cls, *id, regexp, pos, 0, 1, SC_UNKNOWN, flags); + add_member_defn (*cls, *id, regexp, pos, 0, 1, SC_UNKNOWN, flags); else add_global_defn (*id, regexp, pos, 0, 1, sc, flags); }