mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2024-11-28 07:45:00 +00:00
(add_declarator): Fix the first call to add_member_defn.
This commit is contained in:
parent
2d88b5562c
commit
74974a34cd
@ -3251,7 +3251,7 @@ add_declarator (cls, id, flags, sc)
|
||||
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);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user