Signal that cexception needs setjmp to be supported.

This commit is contained in:
Jean Rubillon
2020-09-08 21:04:21 +01:00
parent 72b356b97d
commit 21d181380f
+1
View File
@@ -12,6 +12,7 @@ class CMockGeneratorPluginCexception
@config = config
@utils = utils
@priority = 7
raise 'Error: cexception is not supported without setjmp support' unless @config.has_setjmp_h
end
def include_files