STYLE:Empty commit just add information about rev 1.15: the reason is that long is 64-bit on gcc on Linux because it uses the LP64 data model whereas long is 32-bit on VS 64-bit because it uses the LLP64 model (ref: http://en.wikipedia.org/wiki/64-bit#64-bit_data_models )

This commit is contained in:
Francois Bertel 2009-03-18 07:57:28 -04:00
parent 489df7836e
commit 1fb58e3bf4
1 changed files with 0 additions and 1 deletions

View File

@ -1234,7 +1234,6 @@ static const char* regnext (register const char* p) {
return (p + offset); return (p + offset);
} }
static char* regnext (register char* p) { static char* regnext (register char* p) {
register int offset; register int offset;