notaz.gp2x.de
/
picodrive.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6ce9072
)
don't log idle by default
author
notaz
<notasas@gmail.com>
Sun, 28 Jul 2013 14:14:45 +0000
(17:14 +0300)
committer
notaz
<notasas@gmail.com>
Sun, 28 Jul 2013 20:29:05 +0000
(23:29 +0300)
pico/pico_int.h
patch
|
blob
|
blame
|
history
diff --git
a/pico/pico_int.h
b/pico/pico_int.h
index
5fe8d94
..
e61c1f7
100644
(file)
--- a/
pico/pico_int.h
+++ b/
pico/pico_int.h
@@
-805,7
+805,7
@@
static __inline int isspace_(int c)
# ifdef __x86_64__ // HACK
\r
# define EL_LOGMASK (EL_STATUS|EL_IDLE|EL_ANOMALY)
\r
# else
\r
-# define EL_LOGMASK (EL_STATUS
|EL_IDLE
)
\r
+# define EL_LOGMASK (EL_STATUS)
\r
# endif
\r
#endif
\r
\r