9fans archive / 1995 / 01 / 5 /    prev next

From: rob@pla... rob@pla...
Subject: kc & include & comment
Date: Thu, 12 Jan 1995 11:09:44 -0500

	C_Test cat ooh_include.c
	#include <u.h>                  /* 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.