Purpose: Bug Fix Description: Trailing ,'s after a list of initializers to an array were causing some compilers to barf. Solution: Put the commas before the elements in the list so we don't have an empty trailing comma. Platforms tested: Linux (pp)