Ignore:
Timestamp:
Jun 10, 2007, 9:21:42 PM (19 years ago)
Author:
bird
Message:

Added #ifdef OS2 with the missing PyMODINIT_FUNC.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/essentials/dev-lang/python/Modules/cjkcodecs/cjkcodecs.h

    r3225 r3393  
    387387#endif
    388388
     389
     390
     391
     392
     393
     394
     395
     396
     397
     398
    389399#define I_AM_A_MODULE_FOR(loc)                                          \
    390400        void                                                            \
     
    395405                        (void)register_maps(m);                         \
    396406        }
    397 
    398 #endif
     407#endif
     408
     409#endif
Note: See TracChangeset for help on using the changeset viewer.