commit | e4eef539af3ee77c102f9b847a79dcfdd80fbd99 | [log] [tgz] |
---|---|---|
author | Guy Harris <guy@alum.mit.edu> | Sun May 05 19:47:48 2013 -0700 |
committer | Guy Harris <guy@alum.mit.edu> | Sun May 05 19:47:48 2013 -0700 |
tree | cd4cffd3ed82a83e33dfb6aa2d034355a172c431 | |
parent | a8a1373d3ed9c68917cb3be19a128bd937f098a5 [diff] |
Not all platforms on which we compile define PRI[doux]16. So don't use it; it's not necessary on any of the platforms on which we work. (The *only* ones that are needed are PRI[doux]64, because sometimes you need %ll[doux], sometimes you need %l[doux], and with MSVC you need whatever its run-time library requires.)