mirror of
https://github.com/VectorCamp/vectorscan.git
synced 2025-10-10 16:22:22 +03:00
rdfa: make getImplAlphaSize() inline
This commit is contained in:
committed by
Matthew Barr
parent
84030aa0fc
commit
14333f5b0b
@@ -81,7 +81,7 @@ struct raw_dfa {
|
||||
explicit raw_dfa(nfa_kind k) : kind(k) {}
|
||||
virtual ~raw_dfa();
|
||||
|
||||
u16 getImplAlphaSize() const;
|
||||
u16 getImplAlphaSize() const { return alpha_size - N_SPECIAL_SYMBOL; }
|
||||
virtual void stripExtraEodReports(void);
|
||||
bool hasEodReports(void) const;
|
||||
};
|
||||
|
Reference in New Issue
Block a user