Path: utzoo!mnetor!uunet!lll-winken!lll-tis!ames!ucsd!rutgers!mtunx!whuts!homxb!ho7cad!ekb From: ekb@ho7cad.ATT.COM (Eric K. Bustad) Newsgroups: comp.lang.c Subject: Re: 3B2 cpp #ifdef + #include Message-ID: <304@ho7cad.ATT.COM> Date: 1 Apr 88 20:24:53 GMT References: <109@iquery.UUCP> <3127@csli.STANFORD.EDU> <3210@haddock.ISC.COM> <4419@chinet.UUCP> Organization: AT&T Bell Laboratories, Holmdel, NJ Lines: 9 In article <4419@chinet.UUCP>, les@chinet.UUCP (Leslie Mikesell) asks: > Does VMS require the filename [in #include - ekb] to be unquoted? According to my "Programming in VAX-11 C" manual, if you want it to search a "text library", then yes! I considered this pretty stupid. When we ported a large ammount of C code from VMS to UNIX, one of the first things we had to do was to change all of the "#include stdio"'s to "#include "s. This may have been fixed in later releases. = ERic