VirtualBox

Ignore:
Timestamp:
Nov 5, 2008 2:42:54 AM (16 years ago)
Author:
vboxsync
Message:

s/ELEMENTS/RT_ELEMENTS/g - retiring ELEMENTS (finally).

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Runtime/testcase/tstErrUnique.cpp

    r8729 r13836  
    7070    RTPrintf("tstErrUnique: TESTING\n");
    7171
    72     for (uint32_t i = 0; i < ELEMENTS(g_aErrorMessages) - 1; i++)
     72    for (uint32_t i = 0; i < RT_ELEMENTS(g_aErrorMessages) - 1; i++)
    7373    {
    7474        if (strIsPermissibleDuplicate(&g_aErrorMessages[i]))
    7575            continue;
    7676
    77         for (uint32_t j = i + 1; j < ELEMENTS(g_aErrorMessages); j++)
     77        for (uint32_t j = i + 1; j < RT_ELEMENTS(g_aErrorMessages); j++)
    7878        {
    7979            if (strIsPermissibleDuplicate(&g_aErrorMessages[j]))
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette