Bump XUL fastload file version again.

This commit is contained in:
brendan%mozilla.org 2006-08-15 03:51:51 +00:00
Родитель 97c32ed593
Коммит 4f506bbbd7
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -129,7 +129,7 @@ const char XUL_FASTLOAD_FILE_BASENAME[] = "XUL";
// Increase the subtractor when changing version, say when changing the // Increase the subtractor when changing version, say when changing the
// (opaque to FastLoad code) format of JS script, function, regexp, etc. // (opaque to FastLoad code) format of JS script, function, regexp, etc.
// XDR serializations. // XDR serializations.
#define XUL_FASTLOAD_FILE_VERSION (0xfeedbeef - 14) #define XUL_FASTLOAD_FILE_VERSION (0xfeedbeef - 15)
#define XUL_SERIALIZATION_BUFFER_SIZE (64 * 1024) #define XUL_SERIALIZATION_BUFFER_SIZE (64 * 1024)
#define XUL_DESERIALIZATION_BUFFER_SIZE (8 * 1024) #define XUL_DESERIALIZATION_BUFFER_SIZE (8 * 1024)