~ubuntu-branches/ubuntu/intrepid/ecl/intrepid

« back to all changes in this revision

Viewing changes to src/h/config.h.in

  • Committer: Bazaar Package Importer
  • Author(s): Peter Van Eynde
  • Date: 2006-06-21 09:21:21 UTC
  • mfrom: (1.1.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20060621092121-txz1f21lj0wh0f67
Tags: 0.9h-20060617-1
* New upstream version
* Updated standards version without real changes. 

Show diffs side-by-side

added added

removed removed

Lines of Context:
50
50
/* Foreign functions interface                                          */
51
51
#undef ECL_FFI
52
52
 
 
53
/* Support for Unicode strings */
 
54
#undef ECL_UNICODE
 
55
 
53
56
/*
54
57
 * C TYPES AND SYSTEM LIMITS
55
58
 */
72
75
/*
73
76
 * The character type
74
77
 */
75
 
#define CHAR_CODE_LIMIT         256
 
78
#ifdef ECL_UNICODE
 
79
#define CHAR_CODE_LIMIT 1114111 /*  unicode character code limit  */
 
80
#else
 
81
#define CHAR_CODE_LIMIT 256     /*  unicode character code limit  */
 
82
#endif
76
83
 
77
84
/*
78
85
 * Array limits