aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTucker Evans <tuckerevans24@gmail.com>2019-10-07 13:45:35 -0400
committerTucker Evans <tuckerevans24@gmail.com>2019-10-07 13:45:35 -0400
commit279c9a29eedcbfd6748ac6e5e33fe4a26ed29188 (patch)
tree3512135eaf19bbbfd58e46d829be78453ac25594
parentef25180600e74dfe1453ab4dbd68df43c11688a6 (diff)
Fix io declarations, can be empty
-rw-r--r--pc.y1
1 files changed, 1 insertions, 0 deletions
diff --git a/pc.y b/pc.y
index 98c0bdc..23b3b24 100644
--- a/pc.y
+++ b/pc.y
@@ -122,6 +122,7 @@ program
io_list
:IO
|io_list ',' IO
+ | /*empty*/
;
id_list