4675. [cleanup] Don't use C++ keyword class. [RT #45726]
This commit is contained in:
@@ -359,11 +359,11 @@ t_main(int argc, char **argv)
|
||||
}
|
||||
|
||||
void
|
||||
t_assert(const char *component, int anum, int class, const char *what, ...) {
|
||||
t_assert(const char *component, int anum, int tclass, const char *what, ...) {
|
||||
va_list args;
|
||||
char buf[T_BIGBUF];
|
||||
|
||||
(void)printf("T:%s:%d:%s\n", component, anum, class == T_REQUIRED ?
|
||||
(void)printf("T:%s:%d:%s\n", component, anum, tclass == T_REQUIRED ?
|
||||
"A" : "C");
|
||||
|
||||
/*
|
||||
|
||||
Reference in New Issue
Block a user