File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -3427,7 +3427,7 @@ std::string expr2ct::convert_with_precedence(
3427
3427
return convert_function (src, " W_OK" , precedence = 16 );
3428
3428
3429
3429
else if (src.id () == ID_is_invalid_pointer)
3430
- return convert_function (src, " IS-INVALID-POINTER " , precedence = 16 );
3430
+ return convert_function (src, " IS_INVALID_POINTER " , precedence = 16 );
3431
3431
3432
3432
else if (src.id ()==ID_good_pointer)
3433
3433
return convert_function (src, " GOOD_POINTER" , precedence=16 );
Original file line number Diff line number Diff line change @@ -217,7 +217,7 @@ IREP_ID_ONE(invalid)
217
217
IREP_ID_TWO(C_invalid_object, #invalid_object)
218
218
IREP_ID_ONE(pointer_offset)
219
219
IREP_ID_ONE(pointer_object)
220
- IREP_ID_TWO (is_invalid_pointer, is-invalid-pointer )
220
+ IREP_ID_ONE (is_invalid_pointer)
221
221
IREP_ID_ONE(ieee_float_equal)
222
222
IREP_ID_ONE(ieee_float_notequal)
223
223
IREP_ID_ONE(isnan)
You can’t perform that action at this time.
0 commit comments