fix macro processor bug that resulted in incorrect casts from string to bool

time-shift
Houtan Bastani 2019-11-26 11:15:45 +01:00
parent c87cac8bf8
commit 7a320d2944
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 4540bed06c80fcacd73bd8f34873198632396ae4
Subproject commit a61565bd016d5d165550a4a37849c0ebf6fdd1aa

View File

@ -214,5 +214,9 @@ stoch_simul;
@#error "Range error"
@#endif
@#if (bool)"FaLse" || !(bool)"TRUE" || (bool)"0" || !(bool)"-3"
@#error "Error in cast of string to bool"
@#endif
@#echomacrovars(save)
@#echomacrovars