preprocessor: submodule update

time-shift
Houtan Bastani 2019-10-02 10:31:23 +02:00
parent 0f80cbf35f
commit 32932ce741
No known key found for this signature in database
GPG Key ID: 000094FB955BE169
2 changed files with 5 additions and 2 deletions

@ -1 +1 @@
Subproject commit 1fcd305015c77b93ca2110efc749dbfd72dfe3ba
Subproject commit 93077bbcdda14849a88d7e60366e93211cb7c533

View File

@ -207,7 +207,10 @@ stoch_simul;
@#error "Cast error"
@#endif
@#if -3:-1.5:3 != [] || 3:-1:-0.1 != [3, 2, 1, 0]
@#if -3:-1.5:3 != [] || 3:-1:-0.1 != [3, 2, 1, 0] \\
|| 1:1 != [1] || 1:0:1 != [] \\
|| -1:5:-1 != [-1] || -1:-5:-1 != [-1] \\ // Inline comment
|| 0:0:0 != [] || 0:0 != [0]
@#error "Range error"
@#endif