[Python-Dev] unicodedata.c no longer compiles on Windows (original) (raw)
Tim Peters tim.peters at gmail.com
Fri Mar 10 03:37:07 CET 2006
- Previous message: [Python-Dev] [Python-checkins] r42929 - python/trunk/Tools/scripts/svneol.py
- Next message: [Python-Dev] unicodedata.c no longer compiles on Windows
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Compiling... unicodedata.c \Code\python\Modules\unicodedata.c(74) : error C2133: 'unicodedata_functions' : unknown size
It's griping about this:
/* Forward declaration */ static PyMethodDef unicodedata_functions[];
- Previous message: [Python-Dev] [Python-checkins] r42929 - python/trunk/Tools/scripts/svneol.py
- Next message: [Python-Dev] unicodedata.c no longer compiles on Windows
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]