diff options
| author | Tyge Lovset <[email protected]> | 2023-01-04 22:55:08 +0100 |
|---|---|---|
| committer | Tyge Lovset <[email protected]> | 2023-01-04 22:55:08 +0100 |
| commit | f89ba241b30a9335a8354c435c377cfcf9841de2 (patch) | |
| tree | 233b72f88793dbd4fcb93ff3965b83986ea01eef /src/checkauto.l | |
| parent | 3812789b283f59d2cc4ca0bd32c4edbd7742ef99 (diff) | |
| download | STC-modified-f89ba241b30a9335a8354c435c377cfcf9841de2.tar.gz STC-modified-f89ba241b30a9335a8354c435c377cfcf9841de2.zip | |
Removed the experimental c_AUTODROP macro.
Diffstat (limited to 'src/checkauto.l')
| -rw-r--r-- | src/checkauto.l | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/checkauto.l b/src/checkauto.l index e4c796d0..4af35c49 100644 --- a/src/checkauto.l +++ b/src/checkauto.l @@ -52,12 +52,10 @@ do { block_type |= LOOP; state = BRACESDONE; } c_with | c_scope | c_defer | -c_autodrop | c_auto | c_WITH | c_SCOPE | c_DEFER | -c_AUTODROP | c_AUTO { block_type = AUTO; state = BRACES; } \( { if (state == BRACES) ++braces_lev; } \) { if (state == BRACES && --braces_lev == 0) { |
