Skip to content

Commit

Permalink
Add differentiated size_t printf modifier.
Browse files Browse the repository at this point in the history
  • Loading branch information
samr7 committed Jul 31, 2011
1 parent 29e8b03 commit 458795a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions pattern.h
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@
#include "winglue.h" #include "winglue.h"
#else #else
#define INLINE inline #define INLINE inline
#define PRSIZET "z"
#include <sys/time.h> #include <sys/time.h>
#include <sys/stat.h> #include <sys/stat.h>
#include <errno.h> #include <errno.h>
Expand Down
2 changes: 2 additions & 0 deletions winglue.h
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -41,4 +41,6 @@ extern int getopt(int argc, TCHAR *argv[], TCHAR *optstring);


extern int count_processors(void); extern int count_processors(void);


#define PRSIZET "I"

#endif /* !defined (__VG_WINGLUE_H__) */ #endif /* !defined (__VG_WINGLUE_H__) */

0 comments on commit 458795a

Please sign in to comment.