summaryrefslogtreecommitdiff
path: root/src/analysis/scan/exprs/relop-int.h
diff options
context:
space:
mode:
authorCyrille Bagard <nocbos@gmail.com>2023-07-07 06:32:43 (GMT)
committerCyrille Bagard <nocbos@gmail.com>2023-07-07 06:32:43 (GMT)
commit4c10dfa2a95cea6fc704d68066d0c284cfd79342 (patch)
tree5827bbc411459800747e21929daecdf99fde7dfd /src/analysis/scan/exprs/relop-int.h
parent3f996be1e5858b54740bf92515795982a16b169a (diff)
Rewrite core parts of the ROST API.
Diffstat (limited to 'src/analysis/scan/exprs/relop-int.h')
-rw-r--r--src/analysis/scan/exprs/relop-int.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/analysis/scan/exprs/relop-int.h b/src/analysis/scan/exprs/relop-int.h
index 273b543..3adbcf0 100644
--- a/src/analysis/scan/exprs/relop-int.h
+++ b/src/analysis/scan/exprs/relop-int.h
@@ -39,8 +39,8 @@ struct _GRelOperation
RichCmpOperation rel_type; /* Type de relation étudiée */
- GScanExpression *first; /* Expression impactée #1 */
- GScanExpression *second; /* Expression impactée #2 */
+ GScanExpression *left; /* Expression impactée #1 */
+ GScanExpression *right; /* Expression impactée #2 */
};