]> granicus.if.org Git - python/commit
Changed the "predefinitions" of codec_list and mapping_list from static
authorTim Peters <tim.peters@gmail.com>
Sun, 18 Jul 2004 04:20:15 +0000 (04:20 +0000)
committerTim Peters <tim.peters@gmail.com>
Sun, 18 Jul 2004 04:20:15 +0000 (04:20 +0000)
commit0f27166e6ad61cb424e51d643b6d9893c896d938
tree81f555d8572ba51df1d316e5391b87f5175f74f9
parentd0bcf351ff05d93fa5c54ec8c61955e1cf760d12
Changed the "predefinitions" of codec_list and mapping_list from static
to extern.  It's not legal C to say

     static whatever[];

because the size isn't given.  Presumably this is a gcc extension.
Modules/cjkcodecs/cjkcodecs.h