Hi,

> Ah, I was thinking a bit, hmm very dangerous, before sending this of...
> my little section of code does not like this NO_BIT_DEFINES, but what to
> do when other sections, the ones borrowed from somebody else, do like it?

In that case, you put your code into one (or more) .c files and
make sure to use

#define NO_BIT_DEFINES 1
#include "pic16f874.h"

and put the other stuff into one (or more) other .c files, each
leaving out the #define NO_BIT_DEFINES, using plain good old

#include "pic16f874.h"


Good luck

Raphael

------------------------------------------------------------------------------
Download Intel® Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev
_______________________________________________
Sdcc-user mailing list
Sdcc-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/sdcc-user

Reply via email to