Changeset 2964 for trunk/kLdr/kLdr.h


Ignore:
Timestamp:
Feb 13, 2007, 11:40:35 AM (19 years ago)
Author:
bird
Message:

literals and ignore weaks.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/kLdr/kLdr.h

    r2963 r2964  
    636636#if !defined(KLDR_LITTLE_ENDIAN) && !defined(KLDR_BIG_ENDIAN)
    637637# define KLDR_LITTLE_ENDIAN
    638 #endif 
     638#endif
    639639#ifdef __DOXYGEN__
    640640# define KLDR_BIG_ENDIAN
    641 #endif 
     641#endif
    642642
    643643
     
    13761376/** Bad symbol table entry. */
    13771377#define KLDR_ERR_MACHO_BAD_SYMBOL                           (KLDR_ERR_MACHO_BASE + 14)
     1378/** Unsupported fixup type. */
     1379#define KLDR_ERR_MACHO_UNSUPPORTED_FIXUP_TYPE               (KLDR_ERR_MACHO_BASE + 15)
    13781380/** @} */
    13791381
    13801382/** End of the valid kLdr status codes. */
    1381 #define KLDR_ERR_END                                        (KLDR_ERR_MACHO_BASE + 15)
     1383#define KLDR_ERR_END                                        (KLDR_ERR_MACHO_BASE + 16)
    13821384
    13831385const char *kLdrErrStr(int rc);
Note: See TracChangeset for help on using the changeset viewer.