Changeset 7729
- Timestamp:
- 03/31/11 11:06:55 (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk/src/c/include/macros.h
r6412 r7729 18 18 /* _printf_ {{{1*/ 19 19 /*Printing macro: only cpu number 0 */ 20 #define _printf_(flag,...) if(flag) PrintfFunction(__VA_ARGS__)20 #define _printf_(flag,...) do { if(flag) PrintfFunction(__VA_ARGS__); }while (0) 21 21 /*}}}*/ 22 22 /* _error_ {{{1*/
Note:
See TracChangeset
for help on using the changeset viewer.