Title: Moving a function with a compensation macro
Goal: accept
Parameters: [{file,"compmacro2.erl"},{funlist,[{f_,1}]},{name,"compmacro2t"}].
Documentation: The moved function uses a compensational macro and there is an include file in the target module. The compensation macro has to be moved into the target module. The compensation macro in the original module has to be deleted because there are no references for it, but there are references for the moved function. These calls have be to changed to qualified calls and function has to exported in the new module.
