Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP
Posting-Version: version B 2.10.1 6/24/83; site watcgl.UUCP
Path: utzoo!watmath!watcgl!dmmartindale
From: dmmartindale@watcgl.UUCP (Dave Martindale)
Newsgroups: net.lang.c
Subject: Re: A Modest Extension to the C Preprocessor
Message-ID: <2928@watcgl.UUCP>
Date: Tue, 7-Aug-84 09:18:27 EDT
Article-I.D.: watcgl.2928
Posted: Tue Aug  7 09:18:27 1984
Date-Received: Wed, 8-Aug-84 19:01:19 EDT
References: <377@wdl1.UUCP>, <3951@tekecs.UUCP>
Organization: U of Waterloo, Ontario
Lines: 3

Telling whether "foo.h" and "../bar/foo.h" are the same file is easy under
UNIX (via the device/inumber pair returned from stat) but might be difficult
under other operating systems.