Operating System - HP-UX
1831266 Members
2856 Online
110022 Solutions
New Discussion

Re: For aCC - DEFINE_GENERATED_FUNCTIONS

 
RAMAKRISHNA SREEDHARA
Occasional Advisor

For aCC - DEFINE_GENERATED_FUNCTIONS

Hi,

In our code, I am seeing this set
#define DEFINE_GENERATED_FUNCTIONS

The comments they had is to let compiler create definition of generated code.

The guy who had this left and I m not sure about what this is. Any suggestions/thoughts.

Thanks
2 REPLIES 2
Steven Schweda
Honored Contributor

Re: For aCC - DEFINE_GENERATED_FUNCTIONS

A Google search for
DEFINE_GENERATED_FUNCTIONS
found only this Forum thread.

> In our code, [...]

Exactly. It's in _your_ code. Most likely,
it's _only_ in your code, which only _you_
can see.

What happens when it's defined? What happens
when it's not defined?
Dennis Handly
Acclaimed Contributor

Re: For aCC - DEFINE_GENERATED_FUNCTIONS

>let compiler create definition of generated code.

This is not a compiler define. As Steven said, you'll need to grep your source files to see what you do with it.