commit 1a2e9f3d5fb113a99ed000d3ef4af8cb931b7a87 from: Sven M. Hallberg date: Fri Sep 16 10:32:24 2022 UTC comment formatting commit - ca2104da15f02288a34f02aa175312a2a4c779ef commit + 1a2e9f3d5fb113a99ed000d3ef4af8cb931b7a87 blob - bcbccfb3f15fb44477741d214c21ed5e2c7b3ac3 blob + 0cf89acd2bb12992d90fe5c5a68cece34ea92ff9 --- pdf.c +++ pdf.c @@ -24,14 +24,18 @@ #endif -/* Works differently from strictness: messages with severity equal to or greater than this number will be printed */ +/* + * Works differently from strictness: messages with severity equal to or + * greater than this number will be printed + */ uint64_t log_level = 0; /* - * "Severity" is more for the sake of act_viol(), and I'm not sure it's a good idea to use the same scale for other errors - * other errors (such as error messages in semantic actions other than act_viol). Use this to avoid having to assign severity to an error message. - * Don't use it for violations. -*/ + * "Severity" is more for the sake of act_viol(), and I'm not sure it's a good + * idea to use the same scale for other errors (such as error messages in + * semantic actions other than act_viol). Use this to avoid having to assign + * severity to an error message. Don't use it for violations. + */ #define SEV_DONTCARE 99998 #include