Branch: Tag:

1998-10-11

1998-10-11 11:18:53 by Fredrik Hübinette (Hubbe) <hubbe@hubbe.net>

more wide char support

Rev: src/array.c:1.40
Rev: src/builtin_functions.c:1.128
Rev: src/global.h:1.25
Rev: src/module_support.c:1.17
Rev: src/operators.c:1.41
Rev: src/pike_memory.c:1.26
Rev: src/pike_memory.h:1.6
Rev: src/stralloc.c:1.40
Rev: src/stralloc.h:1.19
Rev: src/testsuite.in:1.124

5:   \*/      /* -  * $Id: global.h,v 1.24 1998/08/07 16:12:39 grubba Exp $ +  * $Id: global.h,v 1.25 1998/10/11 11:18:51 hubbe Exp $    */   #ifndef GLOBAL_H   #define GLOBAL_H
186:   #define B16_T struct b16_t_s   #endif    + typedef unsigned char p_wchar0; + typedef unsigned INT16 p_wchar1; + typedef unsigned INT32 p_wchar2;    -  +    #if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 7)   #define RCSID(X) \    static char *rcsid __attribute__ ((unused)) =X