Title: 
  From header file to module
Goal: 
  Move the definition of macro `Person' from the header file `person.hrl'
  to module `mr04' .
Parameters: 
  [{file,"person.hrl"},{maclist,["Person"]},{filename,"mr04.erl"}].
Documentation: 
  Remove the macro definition from `person.hrl', and insert it into 
  `mr04.erl' before the first function declaration. This is only possible
  if the macro definition is not referenced in any other module.
