diff options
author | Dave Gauer <dave@ratfactor.com> | 2021-04-22 10:31:05 -0400 |
---|---|---|
committer | Dave Gauer <dave@ratfactor.com> | 2021-04-22 10:31:05 -0400 |
commit | 8859f7a1fe8215853b56c3db3a2d043ae860d405 (patch) | |
tree | d2e81736dcf29ff73e21a4778c8893729bd0d951 /patches | |
parent | ca70811f07853cc4ea0b027d9196c8cc74731214 (diff) | |
download | ziglings-8859f7a1fe8215853b56c3db3a2d043ae860d405.tar.gz ziglings-8859f7a1fe8215853b56c3db3a2d043ae860d405.tar.bz2 ziglings-8859f7a1fe8215853b56c3db3a2d043ae860d405.tar.xz ziglings-8859f7a1fe8215853b56c3db3a2d043ae860d405.zip |
Adding traditional program debugging capability to RubberDuck
Diffstat (limited to 'patches')
-rw-r--r-- | patches/patches/070_comptime5.patch | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/patches/patches/070_comptime5.patch b/patches/patches/070_comptime5.patch index 1c56719..394d9f1 100644 --- a/patches/patches/070_comptime5.patch +++ b/patches/patches/070_comptime5.patch @@ -1,4 +1,4 @@ -116,117c116,117 +122,123c122,123 < const walks_like_duck = ???; < const quacks_like_duck = ???; --- |