Commit e81ee6e6 authored by Federico G. Schwindt's avatar Federico G. Schwindt Committed by Lasse Karstensen

Permit to compare 2 times using standard operators

Useful with upcoming std function.
parent 2ecbcb46
......@@ -991,6 +991,7 @@ static const struct cmps {
NUM_REL(DURATION),
NUM_REL(BYTES),
NUM_REL(REAL),
NUM_REL(TIME),
{STRING, T_EQ, "!VRT_strcmp(\v1, \v2)" },
{STRING, T_NEQ, "VRT_strcmp(\v1, \v2)" },
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment