]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Check that #ifdef, #ifndef, and #undef are used with a single name
authorStefan Eßer <se@FreeBSD.org>
Tue, 3 Nov 2020 11:37:19 +0000 (11:37 +0000)
committerStefan Eßer <se@FreeBSD.org>
Tue, 3 Nov 2020 11:37:19 +0000 (11:37 +0000)
commitcc9fbfafbe6bc8ec848c40cd5bb3887529329bb9
treecd788d756c81482d84ee98641887852e910608a1
parent0cadbd6cd258e2a889c49f42d3f61f85663eeb75
Check that #ifdef, #ifndef, and #undef are used with a single name

This restores the parameter validation that has been peformed by cpp
for defining and testing of names used in conditions.

MFC after: 3 days
usr.bin/calendar/io.c