fix bug in macro processor with short circuit operators || and &&

#1676
time-shift
Houtan Bastani 2019-12-10 16:49:04 +01:00
parent 8f78113be9
commit 2017b32f31
No known key found for this signature in database
GPG Key ID: 000094FB955BE169
2 changed files with 5 additions and 1 deletions

@ -1 +1 @@
Subproject commit 5c081db76f480a508d856d06f9703d69ec857107
Subproject commit 8dc70602c8122622406a146bf28e486f553768bc

View File

@ -218,5 +218,9 @@ stoch_simul;
@#error "Error in cast of string to bool"
@#endif
@#if !(true || "A") || (0 && "A")
@#error "problem with short circuit || or && operator"
@#endif
@#echomacrovars(save)
@#echomacrovars