repo.or.cz
/
sdcc.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
struct / union in initializer, RFE #901.
[sdcc.git]
/
sdcc-extra
/
historygraphs
/
portme.h.stdcbench-SDCC-R3KA
blob
a52b1cc7e3671773ce4ce12814cda6aaf294f29d
1
/* A portme.h for SDCC targeting the RCM3319 board */
2
3
typedef unsigned long stdcbench_clock_t;
4
#define STDCBENCH_CLOCKS_PER_SEC 32768
5
6
#define C90BASE
7
8
#undef C90FLOAT
9
10
#undef C90DOUBLE
11
12
#if defined(__SDCC) && __SDCC_REVISION < 10221 /* Older SDCC doesn't have strtol() */
13
#undef C90LIB
14
#else
15
#define C90LIB
16
#endif
17