Title: 
  Move more than one definition

Goal: 
  Move the definitions of macros `Person' and `Name' from module `mr02' to the header file `person.hrl'.

Parameters: [{file,"mr02.erl"},{maclist,["Person", "Name"]},{filename,"person.hrl"}].

Status: unsupported
Documentation: 
  Remove the macro definitions from `mr02.erl', append them to `person.hrl'
  and insert an include form into `mr02.erl' before the first function
  definition.
