From b30c22780ea8858618e13127f55682903d220834 Mon Sep 17 00:00:00 2001 From: Mark VanderVoord Date: Sun, 3 May 2020 08:31:23 -0400 Subject: [PATCH] Fixed previous error with extra junk and bumped subproject versions --- lib/cmock_generator_plugin_ignore.rb | 4 ++-- vendor/c_exception | 2 +- vendor/unity | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/lib/cmock_generator_plugin_ignore.rb b/lib/cmock_generator_plugin_ignore.rb index aa69104..ada14a2 100644 --- a/lib/cmock_generator_plugin_ignore.rb +++ b/lib/cmock_generator_plugin_ignore.rb @@ -33,7 +33,7 @@ class CMockGeneratorPluginIgnore #add stop ignore function. it does not matter if there are any args lines << "#define #{function[:name]}_StopIgnore() #{function[:name]}_CMockStopIgnore()\n" \ - "void #{function[:name]}_CMockStopIgnore(void);\n"void #{function[:name]}_CMockIgnoreAndReturn(UNITY_LINE_TYPE cmock_line, #{function[:return][:str]});\n + "void #{function[:name]}_CMockStopIgnore(void);\n" lines end @@ -66,7 +66,7 @@ class CMockGeneratorPluginIgnore end lines << " Mock.#{function[:name]}_IgnoreBool = (char)1;\n" lines << "}\n\n" - + #add stop ignore function. it does not matter if there are any args lines << "void #{function[:name]}_CMockStopIgnore(void)\n{\n" unless function[:return][:void?] diff --git a/vendor/c_exception b/vendor/c_exception index 632d980..71b47be 160000 --- a/vendor/c_exception +++ b/vendor/c_exception @@ -1 +1 @@ -Subproject commit 632d980166cc74a93bf2376ba96cb7ec5e489c09 +Subproject commit 71b47be7c950f1bf5f7e5303779fa99a16224bb6 diff --git a/vendor/unity b/vendor/unity index 87d8de6..9f4b225 160000 --- a/vendor/unity +++ b/vendor/unity @@ -1 +1 @@ -Subproject commit 87d8de6d55e760e0433cf004f1a4f3745392257a +Subproject commit 9f4b2251de45aaca27c12f6cee3403dff96c80fe