VirtualBox

Ignore:
Timestamp:
Jan 2, 2015 12:27:36 PM (10 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
97430
Message:

VBoxDTrace: dt_lex.l and dt_grammar.y. (r30)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/ExtPacks/VBoxDTrace/include/VBoxDTraceTypes.h

    r53653 r53654  
    8585#  define _IPL32                    1
    8686# endif
     87# define _LITTLE_ENDIAN             1
    8788
    8889#elif defined(RT_ARCH_AMD64)
     
    9697#  define _LP64                     1
    9798# endif
     99# define _LITTLE_ENDIAN             1
    98100
    99101#else
     
    400402# define strncasecmp(a_psz1, a_psz2, a_cch) \
    401403                                    RTStrNICmp(a_psz1, a_psz2, a_cch)
     404# undef assert
    402405# define assert(expr)               Assert(expr)
    403406
     
    411414# define free(a_pvMem)              RTMemFree(a_pvMem)
    412415# define strdup(a_psz)              RTStrDup(a_psz)
     416# define strndup(a_psz, a_cchMax)   RTStrDupN(a_psz, a_cchMax)
    413417# define strlcpy(a_pszDst, a_pszSrc, a_cbDst) ((void)RTStrCopy(a_pszDst, a_cbDst, a_pszSrc))
    414418
Note: See TracChangeset for help on using the changeset viewer.

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