added some #ifdef logic to allow me to NEW_STRING_APIS off, so I can continue to profile for bloat

This commit is contained in:
scc%mozilla.org 2000-06-11 01:03:19 +00:00
Родитель 85aa1f07df
Коммит 7f51a498b1
3 изменённых файлов: 15 добавлений и 0 удалений

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

@ -28,6 +28,11 @@
#define NEW_STRING_APIS 1
#endif //NEW_STRING_APIS
// Need this to enable comparison profiling for a while
#ifdef OLD_STRING_APIS
#undef NEW_STRING_APIS
#endif
/***********************************************************************
MODULE NOTES:

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

@ -28,6 +28,11 @@
#define NEW_STRING_APIS 1
#endif //NEW_STRING_APIS
// Need this to enable comparison profiling for a while
#ifdef OLD_STRING_APIS
#undef NEW_STRING_APIS
#endif
/***********************************************************************
MODULE NOTES:

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

@ -28,6 +28,11 @@
#define NEW_STRING_APIS 1
#endif //NEW_STRING_APIS
// Need this to enable comparison profiling for a while
#ifdef OLD_STRING_APIS
#undef NEW_STRING_APIS
#endif
/***********************************************************************
MODULE NOTES: