]> sigrok.org Git - sigrok-test.git/commitdiff
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)
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.


No differences found