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

« back to all changes in this revision

Viewing changes to src/h/internal.h

  • 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:
207
207
 
208
208
 
209
209
/* read.d */
 
210
#ifdef ECL_UNICODE
 
211
#define RTABSIZE        256             /*  read table size  */
 
212
#else
210
213
#define RTABSIZE        CHAR_CODE_LIMIT /*  read table size  */
 
214
#endif
211
215
 
212
216
/* time.d */
213
217