Changeset 236 in webkit


Ignore:
Timestamp:
Oct 1, 2001, 8:12:49 AM (24 years ago)
Author:
kocienda
Message:

Oops! unterminated `#if' conditional in last checkin

Location:
trunk/WebCore
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/WebCore/kwq/KWQStrList.h

    r235 r236  
    3131#endif
    3232
    33 #ifndef USING_BORROWED_QSTRINGLIST
     33#ifdef USING_BORROWED_QSTRINGLIST
    3434
    3535#include <qstring.h>
     
    6868void KWQStrList_Dummy() {}
    6969#endif
     70
     71#endif
  • trunk/WebCore/src/kwq/KWQStrList.h

    r235 r236  
    3131#endif
    3232
    33 #ifndef USING_BORROWED_QSTRINGLIST
     33#ifdef USING_BORROWED_QSTRINGLIST
    3434
    3535#include <qstring.h>
     
    6868void KWQStrList_Dummy() {}
    6969#endif
     70
     71#endif
Note: See TracChangeset for help on using the changeset viewer.