mirror of
https://github.com/xiaoyifang/goldendict-ng.git
synced 2024-11-27 15:24:05 +00:00
Correction of previous commits
This commit is contained in:
parent
7de7fcc8df
commit
e2004aaec4
|
@ -5,8 +5,8 @@
|
||||||
#define DPRINTF(...)
|
#define DPRINTF(...)
|
||||||
#define FDPRINTF(...)
|
#define FDPRINTF(...)
|
||||||
#else
|
#else
|
||||||
#define DPRINTF(...) { printf(__VA_ARGS__); }
|
#define DPRINTF(...) printf(__VA_ARGS__)
|
||||||
#define FDPRINTF(...) { fprintf(__VA_ARGS__); }
|
#define FDPRINTF(...) fprintf(__VA_ARGS__)
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#endif // __DPRINTF_HH_INCLUDED__
|
#endif // __DPRINTF_HH_INCLUDED__
|
||||||
|
|
Loading…
Reference in a new issue