10.07.2015 Views

Programming Guide - Actian

Programming Guide - Actian

Programming Guide - Actian

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.

Error ProcessingIf the compiler discovers an error in the preprocessed code, it displays thecode without the preprocessor statements or macro variables. Your linenumbers probably differ between your source code and the preprocessed codebecause the compiler dropped out the preprocessing statements.Example—Error ProcessingThe following code fragment is an example of using macro variables in code:# define $_curfld 'enterfield'# if '$_curfld' = 'enterfield' then# else# endif# ifndef $_curfld# else# endif# include 'entryapplication'440 <strong>Programming</strong> <strong>Guide</strong>

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

Saved successfully!

Ooh no, something went wrong!