| OLD | NEW |
| 1 #ifndef _AFFIX_HXX_ | 1 #ifndef _AFFIX_HXX_ |
| 2 #define _AFFIX_HXX_ | 2 #define _AFFIX_HXX_ |
| 3 | 3 |
| 4 #include "hunvisapi.h" | 4 #include "hunvisapi.h" |
| 5 | 5 |
| 6 #include "atypes.hxx" | 6 #include "atypes.hxx" |
| 7 #include "baseaffix.hxx" | 7 #include "baseaffix.hxx" |
| 8 #include "affixmgr.hxx" | 8 #include "affixmgr.hxx" |
| 9 | 9 |
| 10 /* A Prefix Entry */ | 10 /* A Prefix Entry */ |
| (...skipping 116 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 127 inline void setFlgNxt(SfxEntry * ptr) { flgnxt = ptr; } | 127 inline void setFlgNxt(SfxEntry * ptr) { flgnxt = ptr; } |
| 128 | 128 |
| 129 inline char * nextchar(char * p); | 129 inline char * nextchar(char * p); |
| 130 inline int test_condition(const char * st, const char * begin); | 130 inline int test_condition(const char * st, const char * begin); |
| 131 | 131 |
| 132 }; | 132 }; |
| 133 | 133 |
| 134 #endif | 134 #endif |
| 135 | 135 |
| 136 | 136 |
| OLD | NEW |