Show
Ignore:
Timestamp:
04/03/08 08:31:35 (8 months ago)
Author:
peter
Message:

source/cddefines.h:
source/container_classes.h:
source/iso_create.cpp:

Port r1899, r1907, r1910, and r1911 to the release branch.

  • Fix broken build on Mac Darwin by making (const_)pntr instantiations extern.
  • This also reduced the size of the binary and the build time on other platforms.
Files:
1 modified

Legend:

Unmodified
Added
Removed
  • branches/c08_branch/source/iso_create.cpp

    r1822 r1912  
    4141 
    4242char chL[21]={'S','P','D','F','G','H','I','K','L','M','N','O','Q','R','T','U','V','W','X','Y','Z'}; 
    43  
    44 /* Explicit instantiations for debugging purposes */ 
    45 INSTANTIATE_MULTI_ARR( quantumState, MEM_LAYOUT_VAL, lgBOUNDSCHECKVAL ); 
    46 INSTANTIATE_MULTI_ARR( transition, MEM_LAYOUT_VAL, lgBOUNDSCHECKVAL ); 
    4743 
    4844void iso_create(void)