diff options
| author | Gerd Moellmann | 2002-04-21 12:49:36 +0000 |
|---|---|---|
| committer | Gerd Moellmann | 2002-04-21 12:49:36 +0000 |
| commit | c901ceff748dfe7ea78e66035191e47b1fd89ab5 (patch) | |
| tree | 19d9a873eeb3a3d14dbfa1ee65128d6057c56a4a /lib-src/ebrowse.c | |
| parent | 758bf24f7637662790cb7e60b98242a0d5d55485 (diff) | |
| download | emacs-c901ceff748dfe7ea78e66035191e47b1fd89ab5.tar.gz emacs-c901ceff748dfe7ea78e66035191e47b1fd89ab5.zip | |
(add_declarator): Test *CLS instead of CLS.
Diffstat (limited to 'lib-src/ebrowse.c')
| -rw-r--r-- | lib-src/ebrowse.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib-src/ebrowse.c b/lib-src/ebrowse.c index 81dbf73455a..f49d3cdafda 100644 --- a/lib-src/ebrowse.c +++ b/lib-src/ebrowse.c | |||
| @@ -3250,7 +3250,7 @@ add_declarator (cls, id, flags, sc) | |||
| 3250 | char *regexp = matching_regexp (); | 3250 | char *regexp = matching_regexp (); |
| 3251 | int pos = BUFFER_POS (); | 3251 | int pos = BUFFER_POS (); |
| 3252 | 3252 | ||
| 3253 | if (cls) | 3253 | if (*cls) |
| 3254 | add_member_defn (*cls, *id, regexp, pos, 0, 1, SC_UNKNOWN, flags); | 3254 | add_member_defn (*cls, *id, regexp, pos, 0, 1, SC_UNKNOWN, flags); |
| 3255 | else | 3255 | else |
| 3256 | add_global_defn (*id, regexp, pos, 0, 1, sc, flags); | 3256 | add_global_defn (*id, regexp, pos, 0, 1, sc, flags); |