- Timestamp:
- 11/01/09 07:12:16 (3 years ago)
- Children:
- 821b545a82891ee64e407c981f6562089e9c524e
- Parents:
- 78f771c881f9ef27ca4a35b3fc9efc407edba665
- git-committer:
- Pierre-Alexandre Meyer <pierre@mouraf.org> / 2009-11-01T00:12:16Z-0700
- Files:
-
- 1 modified
-
com32/hdt/hdt-common.h (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
com32/hdt/hdt-common.h
r78f771 r6e20c1 66 66 } while (0); 67 67 68 /* The brokeness of that macro is that 69 * it assumes that __VA_ARGS__ contains 70 * one \n (and only one) 71 */ 68 72 #define more_printf(...) do {\ 69 73 if (display_line_nb == 20) {\ … … 74 78 }\ 75 79 printf(__VA_ARGS__);\ 76 display_line_nb++; \80 display_line_nb++;\ 77 81 } while (0); 78 82
