From: Gerhard Sittig Date: Sat, 23 Apr 2022 06:36:14 +0000 (+0200) Subject: runtc: avoid the 'class' identifier in C language application code X-Git-Url: https://sigrok.org/gitweb/?a=commitdiff_plain;h=15cc940fb8d79ffee3f41d269998901861a542c7;hp=15cc940fb8d79ffee3f41d269998901861a542c7;p=sigrok-test.git 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. ---