mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-01-31 19:10:36 +00:00
fixing the build for VC++
This commit is contained in:
parent
8271620013
commit
4976300d7a
@ -68,7 +68,7 @@
|
||||
class nsPrintfCString
|
||||
: public nsAReadableCString
|
||||
{
|
||||
static const int kLocalBufferSize = 15;
|
||||
enum { kLocalBufferSize=15 };
|
||||
// ought to be large enough for most things ... a |long long| needs at most 20 (so you'd better ask)
|
||||
// pinkerton suggests 7. We should measure and decide what's appropriate
|
||||
|
||||
|
@ -68,7 +68,7 @@
|
||||
class nsPrintfCString
|
||||
: public nsAReadableCString
|
||||
{
|
||||
static const int kLocalBufferSize = 15;
|
||||
enum { kLocalBufferSize=15 };
|
||||
// ought to be large enough for most things ... a |long long| needs at most 20 (so you'd better ask)
|
||||
// pinkerton suggests 7. We should measure and decide what's appropriate
|
||||
|
||||
|
@ -68,7 +68,7 @@
|
||||
class nsPrintfCString
|
||||
: public nsAReadableCString
|
||||
{
|
||||
static const int kLocalBufferSize = 15;
|
||||
enum { kLocalBufferSize=15 };
|
||||
// ought to be large enough for most things ... a |long long| needs at most 20 (so you'd better ask)
|
||||
// pinkerton suggests 7. We should measure and decide what's appropriate
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user