From mboxrd@z Thu Jan 1 00:00:00 1970 Date: Thu, 12 Jan 1995 11:09:44 -0500 From: rob@plan9.research.att.com rob@plan9.research.att.com Subject: kc & include & comment Topicbox-Message-UUID: 06213dac-eac8-11e9-9e20-41e7f4b1d025 Message-ID: <19950112160944.NUpH8sy5gKMHjpOLQo0tC31mZ7lQzNw4KTnCK-zavmA@z> C_Test cat ooh_include.c #include /* failed */ void main(void) {} It's a silly restriction of the C compilers that it can't handle comments on preprocessor lines. It should at least be documented.