public inbox for gcc-help@gcc.gnu.org
 help / color / mirror / Atom feed
From: Carlos Eduardo Rodrigues Diogenes <cerdiogenes@yahoo.com.br>
To: gcc-help@gcc.gnu.org
Subject: How the -I DIR option alters the behave of the preprocessor?
Date: Tue, 01 Nov 2005 17:30:00 -0000	[thread overview]
Message-ID: <4367A958.7040302@yahoo.com.br> (raw)

Hi,

I was studying the code of gnopernicus and I saw that in one of the 
files have the following line:

#include "glib.h"

but the file glib.h is not in the currenty directory to be around "". 
Why that was not write like #include <glib.h>

The -I DIR option alter the way that the preprocessor looks for include 
files declared with ""? This is not clear for me looking only at the 
documentation.

Thanks,
Carlos.

             reply	other threads:[~2005-11-01 17:30 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2005-11-01 17:30 Carlos Eduardo Rodrigues Diogenes [this message]
2005-11-02  7:09 ` Dima Sorkin

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=4367A958.7040302@yahoo.com.br \
    --to=cerdiogenes@yahoo.com.br \
    --cc=gcc-help@gcc.gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).