[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: What is the reason for "section type conflict"?
Further to my earlier statement that either init.h is wrong, or the source codes are not cleanup, my personal guess is that init.h is not correct (this line - "Also note, that this data cannot be "const".") This is because these __xxxxdata can be either constant or non-constant, and can also be only needed during initializaton - independently.
Correct?