10.12.2012 Views

Oracle C++ Call Interface Programmer's Guide

Oracle C++ Call Interface Programmer's Guide

Oracle C++ Call Interface Programmer's Guide

SHOW MORE
SHOW LESS

You also want an ePaper? Increase the reach of your titles

YUMPU automatically turns print PDFs into web optimized ePapers that Google loves.

OTT Utility Reference<br />

though, it concludes that the two files are different, and generates two #includes<br />

as follows:<br />

#ifndef FOO1_ORACLE<br />

#include "foo1.h"<br />

#endif<br />

#ifndef FOO1_ORACLE<br />

#include "/private/smith/foo1.h"<br />

#endif<br />

If foo1.h and /private/smith/foo1.h are different files, then only the first one<br />

will be included. If foo1.h and /private/smith/foo1.h are the same file, then<br />

a redundant #include will be written.<br />

Therefore, if a file is mentioned several times on the command line or in the<br />

INTYPE file, then each mention of the file should use exactly the same filename.<br />

7-136 <strong>Oracle</strong> <strong>C++</strong> <strong>Call</strong> <strong>Interface</strong> Programmer’s <strong>Guide</strong>

Hooray! Your file is uploaded and ready to be published.

Saved successfully!

Ooh no, something went wrong!