]> sigrok.org Git - sigrok-test.git/commit
runtc: avoid the 'class' identifier in C language application code
authorGerhard Sittig <redacted>
Sat, 23 Apr 2022 06:36:14 +0000 (08:36 +0200)
committerGerhard Sittig <redacted>
Sat, 23 Apr 2022 14:17:37 +0000 (16:17 +0200)
commit15cc940fb8d79ffee3f41d269998901861a542c7
tree8b837e7facf6ecb99686730b8fe3e7429de6cd20
parent7d8cfad064c9da721af62b54d4743938e8be35e8
runtc: avoid the 'class' identifier in C language application code

The 'class' identifier is a reserved word in the C++ language, while
development tools may combine C and C++ support and get confused. Avoid
conflicts, rename the variable to 'class_' in runtc.c source code.
decoder/runtc.c