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
c901ceff
Commit
c901ceff
authored
Apr 21, 2002
by
Gerd Moellmann
Browse files
(add_declarator): Test *CLS instead of CLS.
parent
758bf24f
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
1 deletion
+5
-1
lib-src/ChangeLog
lib-src/ChangeLog
+4
-0
lib-src/ebrowse.c
lib-src/ebrowse.c
+1
-1
No files found.
lib-src/ChangeLog
View file @
c901ceff
2002-04-21 Gerd Moellmann <gerd@gnu.org>
* ebrowse.c (add_declarator): Test *CLS instead of CLS.
2002-04-16 Eli Zaretskii <eliz@is.elta.co.il>
* update-game-score.c: Move config.h before the other headers, to
...
...
lib-src/ebrowse.c
View file @
c901ceff
...
...
@@ -3250,7 +3250,7 @@ add_declarator (cls, id, flags, sc)
char
*
regexp
=
matching_regexp
();
int
pos
=
BUFFER_POS
();
if
(
cls
)
if
(
*
cls
)
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