repo.or.cz
/
LibreOffice.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Version 6.4.0.3, tag libreoffice-6.4.0.3
[LibreOffice.git]
/
sal
/
qa
/
osl
/
security
/
TODO.h
blob
082c5463307441fd8ed42f69272c4fa20e8ff71c
1
#include
"sal/types.h"
2
#define T1(x) do { x; } while (0)
3
#define T2(x) do { x; } while (sal_False)
4
#define T3(x) do { x; } while (false)
5
#define T4(x, y) do { x; } while (y)
6
#define T5(x) T4(x, 0)
7
#define T6(x) T4(x, sal_False)
8
#define T7(x) T4(x, false)