diff options
| author | Bruce Hill <bruce@bruce-hill.com> | 2019-01-16 21:33:02 -0800 |
|---|---|---|
| committer | Bruce Hill <bruce@bruce-hill.com> | 2019-01-16 21:33:30 -0800 |
| commit | 520acd39795766354fc44c6e15f5f33f255ca33a (patch) | |
| tree | a4a538dd72ab9a1e229ec3d44beb86b80cfbe7ba /lib/compatibility/2.4.nom | |
| parent | 517d661368611fe753e9fd97a7adb2e45fca745e (diff) | |
Overhauling OO-API a little to make it more minimalistic.
Diffstat (limited to 'lib/compatibility/2.4.nom')
| -rw-r--r-- | lib/compatibility/2.4.nom | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/compatibility/2.4.nom b/lib/compatibility/2.4.nom index a904dd0..953307b 100644 --- a/lib/compatibility/2.4.nom +++ b/lib/compatibility/2.4.nom @@ -21,7 +21,7 @@ upgrade $tree to "2.4" as: (not ($line is "Action" syntax tree)): $new_lines, add $line - ($line.stub is "*"): + ($line.stub == "*"): if ((size of $line) == 2): $conditions, add $line.2 ..else: @@ -59,7 +59,7 @@ upgrade $tree to "2.4" as: (not ($line is "Action" syntax tree)): $new_lines, add $line - ($line.stub is "*"): + ($line.stub == "*"): if ((size of $line) == 2): $values, add $line.2 ..else: |
