projects
/
yaz-moved-to-github.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
43a9d38
)
Remove unnessesary union
author
Dennis Schafroth
<dennis@indexdata.com>
Fri, 18 Feb 2011 12:47:59 +0000
(13:47 +0100)
committer
Dennis Schafroth
<dennis@indexdata.com>
Fri, 18 Feb 2011 12:47:59 +0000
(13:47 +0100)
src/stemmer.c
patch
|
blob
|
history
diff --git
a/src/stemmer.c
b/src/stemmer.c
index
e67d9b1
..
cdc1053
100644
(file)
--- a/
src/stemmer.c
+++ b/
src/stemmer.c
@@
-27,9
+27,7
@@
struct yaz_stemmer_t
// Required for cloning.
char *locale;
char *rule;
- union {
- struct sb_stemmer *sb_stemmer;
- };
+ struct sb_stemmer *sb_stemmer;
};
const char* yaz_stemmer_lookup_charenc(const char *charenc, const char *rule) {