VirtualBox

Changeset 1451 in kBuild


Ignore:
Timestamp:
Mar 30, 2008 11:27:33 AM (17 years ago)
Author:
bird
Message:

Made it build without VARIABLE_HASH defined.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/kmk/variable.c

    r1449 r1451  
    106106/* Hash table of all global variable definitions.  */
    107107
    108 #ifdef VARIABLE_HASH
     108#if defined(VARIABLE_HASH) || defined(CONFIG_WITH_OPTIMIZATION_HACKS)
    109109# ifdef _MSC_VER
    110110#  define inline _inline
     
    348348  if (result)
    349349    return result;
     350#ifdef VARIABLE_HASH
    350351#ifdef VARIABLE_HASH_STRICT /* bird */
    351352  if (x->hash1 != variable_hash_1i (x->name, x->length))
     
    358359    __asm__("int3");
    359360#endif
    360 #ifdef VARIABLE_HASH
    361361  /* hash 1 */
    362362  result = x->hash1 - y->hash1;
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