diff options
Diffstat (limited to 'tasm/src')
| -rw-r--r-- | tasm/src/parser.y | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tasm/src/parser.y b/tasm/src/parser.y index bb3090f..a473154 100644 --- a/tasm/src/parser.y +++ b/tasm/src/parser.y @@ -415,7 +415,7 @@ top unit : top - | top unit + | unit top input : unit |
