Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
74974a34
Commit
74974a34
authored
Mar 30, 2002
by
Eli Zaretskii
Browse files
(add_declarator): Fix the first call to add_member_defn.
parent
2d88b556
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
lib-src/ebrowse.c
lib-src/ebrowse.c
+1
-1
No files found.
lib-src/ebrowse.c
View file @
74974a34
...
...
@@ -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
);
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment