gmegan / specification

OpenSHMEM Application Programming Interface
http://www.openshmem.org
1 stars 0 forks source link

Fix variable naming in teams example #144

Closed nspark closed 4 years ago

nspark commented 4 years ago

In the following example:

https://github.com/gmegan/specification/blob/73849c351c80eab3c8610e04c2b291342a71bc54/example_code/shmem_team_context.c#L87

The leading underscore is used in the variable name, which is reserved identifier (C99 §7.1.3).

gmegan commented 4 years ago

https://github.com/openshmem-org/specification/pull/282