diff options
Diffstat (limited to 'version_compare.h')
-rw-r--r-- | version_compare.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/version_compare.h b/version_compare.h index a951e53..cf873ad 100644 --- a/version_compare.h +++ b/version_compare.h @@ -5,6 +5,7 @@ #define LT 1 << 2 #define EQ 1 << 3 #define NOT 1 << 4 +#define EPOCH_MOD 100 int isempty(char *str); char *lstrip(char **s); |