WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED FIXED
4547
use int instead of long for 32-bit (to prepare for LP64 compiling)
https://bugs.webkit.org/show_bug.cgi?id=4547
Summary
use int instead of long for 32-bit (to prepare for LP64 compiling)
Darin Adler
Reported
2005-08-20 21:55:26 PDT
I was talking to Maciej about int vs. long. We decided that 32-bit integers should consistently use "int" rather than "long" in our code and our APIs. That includes things called "long" in IDL files because "long" in IDL means 32-bit.
Attachments
change a lot of longs to ints, remove some unneeded long-specific code
(318.19 KB, patch)
2005-08-20 22:28 PDT
,
Darin Adler
adele
: review+
Details
Formatted Diff
Diff
View All
Add attachment
proposed patch, testcase, etc.
Darin Adler
Comment 1
2005-08-20 22:28:43 PDT
Created
attachment 3485
[details]
change a lot of longs to ints, remove some unneeded long-specific code
Adele Peterson
Comment 2
2005-09-16 15:22:18 PDT
r=me. I'm committing this with a few minor changes since the tree has changed a bit since this patch.
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug