Skip to content
Snippets Groups Projects
Commit efdb74cf authored by Stephan Bosch's avatar Stephan Bosch
Browse files

lib-sieve: sieve-lexer - Use sieve_number_t for number values.

parent ee9f9be3
No related branches found
No related tags found
No related merge requests found
......@@ -50,7 +50,7 @@ struct sieve_lexer {
enum sieve_token_type token_type;
string_t *token_str_value;
int token_int_value;
sieve_number_t token_int_value;
int token_line;
};
......@@ -94,7 +94,8 @@ sieve_lexer_token_ident(const struct sieve_lexer *lexer)
return str_c(lexer->token_str_value);
}
static inline int sieve_lexer_token_int(const struct sieve_lexer *lexer)
static inline sieve_number_t
sieve_lexer_token_int(const struct sieve_lexer *lexer)
{
i_assert(lexer->token_type == STT_NUMBER);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment

Consent

On this website, we use the web analytics service Matomo to analyze and review the use of our website. Through the collected statistics, we can improve our offerings and make them more appealing for you. Here, you can decide whether to allow us to process your data and set corresponding cookies for these purposes, in addition to technically necessary cookies. Further information on data protection—especially regarding "cookies" and "Matomo"—can be found in our privacy policy. You can withdraw your consent at any time.