Changeset 12322


Ignore:
Timestamp:
2006-07-28T12:10:33+12:00 (18 years ago)
Author:
kjdon
Message:

removed extern C wrappers -- causes a problem in newer version of g++. In fact it's surprising it used to work at all -- newer compilers complain about multiple definition. I guess the older compilers were less vigilent. - davidb

Location:
trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/indexers/mgpp/lib/unitool.h

    r3365 r12322  
    11#ifndef UNITOOL_H
    22#define UNITOOL_H
    3 
    4 #ifdef __cplusplus
    5 extern "C" {
    6 #endif
    7 
    83
    94/* This module is based on Unicode 2.1 */
     
    8277                     int max_output_length);
    8378
    84 #ifdef __cplusplus
    85        }
    86 #endif
    8779
    8880#endif
  • trunk/mgpp/lib/unitool.h

    r3365 r12322  
    11#ifndef UNITOOL_H
    22#define UNITOOL_H
    3 
    4 #ifdef __cplusplus
    5 extern "C" {
    6 #endif
    7 
    83
    94/* This module is based on Unicode 2.1 */
     
    8277                     int max_output_length);
    8378
    84 #ifdef __cplusplus
    85        }
    86 #endif
    8779
    8880#endif
Note: See TracChangeset for help on using the changeset viewer.