Changeset 6771


Ignore:
Timestamp:
Sep 20, 2001, 6:08:25 AM (24 years ago)
Author:
bird
Message:

corrected a few flaws and started adding documentation stuff from SDS/Karl Trygve.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • TabularUnified branches/stage2/tools/database/occ/token.cpp

    r6770 r6771  
    875875    assert(Lex::RecordKeyword("__int16", SHORT));
    876876    assert(Lex::RecordKeyword("__int32", INT));
     877    #if !defined(__IBMCPP__) || __IBMCPP__ > 300
    877878    assert(Lex::RecordKeyword("__int64",  INT64));
     879    #endif
    878880#endif
    879881#if defined(OS2)                                                //kso
Note: See TracChangeset for help on using the changeset viewer.