~ubuntu-branches/ubuntu/wily/tcc/wily-proposed

« back to all changes in this revision

Viewing changes to win32/include/inttypes.h

  • Committer: Package Import Robot
  • Author(s): Matteo Cypriani
  • Date: 2014-09-05 23:35:30 UTC
  • mfrom: (1.1.8)
  • Revision ID: package-import@ubuntu.com-20140905233530-uxjxijb8lyrbljp0
Tags: 0.9.27~git20140801.14745bd-1
* New upstream snapshot.
* Upload to unstable.
* Add Matteo Cypriani as an Uploader.
* Bump Standards-Version to 3.9.5.
* Improve watch file (thanks Bart Martens).
* Switch from texi2html to makeinfo.
* Override LDFLAGS for the tests.
* Disable floating-point test for armel.

Show diffs side-by-side

added added

removed removed

Lines of Context:
239
239
#define SCNiPTR "i"
240
240
#define SCNoPTR "o"
241
241
#define SCNxPTR "x"
242
 
 #define SCNuPTR "u"
 
242
#define SCNuPTR "u"
243
243
#endif
244
244
 
245
245
#if defined (__STDC_VERSION__) && __STDC_VERSION__ >= 199901L