Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Posting-Version: version B 2.10.1 6/24/83; site wjh12.UUCP Path: utzoo!linus!vaxine!wjh12!kendall From: kendall@wjh12.UUCP (Kendall) Newsgroups: net.unix, net.lang.c Subject: Re: C Preprocessor Problem Message-ID: <297@wjh12.UUCP> Date: Tue, 16-Aug-83 21:14:52 EDT Article-I.D.: wjh12.297 Posted: Tue Aug 16 21:14:52 1983 Date-Received: Wed, 17-Aug-83 06:03:58 EDT References: <4029@sri-arpa.UUCP> Organization: Delft Consulting Corp., New York Lines: 5 The problem is that the C preprocessor doesn't remember your #line directives, but only passes them through, so that the effect of a #line is lost after a #include. Yes, I've seen this problem; it is fixed in System V, although not in Unisoft's port of System V. Please post any fixes to the net.