Date: Fri, 24 Jul 92 09:52:41 EDT From: DJ Delorie To: buers AT dg1 DOT chemie DOT uni-konstanz DOT de Cc: djgpp AT sun DOT soe DOT clarkson DOT edu Subject: cpp doesn't find _local_ include files >File _xordi3.c: >#define L_xordi3 >#include "gnulib2/gnulib2.c" >I think, this should be considered a bug. Sorry, this is a unix feature. The backslash is used exclusively to escape special characters. gcc scans only for the forward slash when figuring out the relative paths.