- added array/pointer "smart" mode support

- removed differentiation between array and pointer (since it doesn't exist at this point anyway)

git-svn-id: http://cmock.svn.sourceforge.net/svnroot/cmock/trunk@147 bf332499-1b4d-0410-844d-d2d48d5cc64c
This commit is contained in:
mvandervoord
2009-11-28 01:44:38 +00:00
parent dbb397adbe
commit eee379f611
9 changed files with 141 additions and 23 deletions
+1 -1
View File
@@ -5,7 +5,7 @@ class CMockGeneratorPluginArray
def initialize(config, utils)
@config = config
@ptr_handling = @config.when_ptr_star
@ptr_handling = @config.when_ptr
@ordered = @config.enforce_strict_ordering
@utils = utils
@unity_helper = @utils.helpers[:unity_helper]