Naming shift register pin.

Another way is to use an enum, for example:

enum
{
  pRow1 = 1,
  pRow2 = 3,
  pRow3 = 8
};