Skip to content

Tags: cpp-testing/gherkin-c

Tags

v4.1.3

Toggle v4.1.3's commit message
gherkin: (C) Avoid using repeated typedefs (support gcc <v4.6)

Technically C does not support repeated typedefs until C11, however
modern compilers do allow it (gcc also using -std=c90). But since
gcc <v4.6 does not support that, remove the usage of them.

v4.1.2

Toggle v4.1.2's commit message
gherkin: (C) Avoid using repeated typedefs (support gcc <v4.6)

Technically C does not support repeated typedefs until C11, however
modern compilers do allow it (gcc also using -std=c90). But since
gcc <v4.6 does not support that, remove the usage of them.