Changeset 7044 for trunk/BUGEX

Show
Ignore:
Timestamp:
25/10/10 18:10:40 (19 months ago)
Author:
westram
Message:
  • fixed include wrappers (merges [7006] [7007])
    • use gcc-style include-wrappers
    • use same convention for local wrappers in TREEGEN as rest of ARB
Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/BUGEX/bugex.h

    r6704 r7044  
    7474#if defined(BUGEX_DUMPS) 
    7575 
    76 #ifndef _CPP_CCTYPE 
     76#ifndef _GLIBCXX_CCTYPE 
    7777#include <cctype> 
    7878#endif