/[emacs]/emacs/src/charset.c
ViewVC logotype

Diff of /emacs/src/charset.c

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.134.6.1 by handa, Mon Sep 8 12:48:10 2003 UTC revision 1.134.6.2 by fx, Mon Sep 29 17:58:09 2003 UTC
# Line 1375  string_xstring_p (string) Line 1375  string_xstring_p (string)
1375  static void  static void
1376  find_charsets_in_text (ptr, nchars, nbytes, charsets, table)  find_charsets_in_text (ptr, nchars, nbytes, charsets, table)
1377       const unsigned char *ptr;       const unsigned char *ptr;
1378       int nchars, nbytes;       EMACS_INT nchars, nbytes;
1379       Lisp_Object charsets, table;       Lisp_Object charsets, table;
1380  {  {
1381    const unsigned char *pend = ptr + nbytes;    const unsigned char *pend = ptr + nbytes;
# Line 1424  only `ascii', `eight-bit-control', and ` Line 1424  only `ascii', `eight-bit-control', and `
1424       Lisp_Object beg, end, table;       Lisp_Object beg, end, table;
1425  {  {
1426    Lisp_Object charsets;    Lisp_Object charsets;
1427    int from, from_byte, to, stop, stop_byte, i;    EMACS_INT from, from_byte, to, stop, stop_byte;
1428      int i;
1429    Lisp_Object val;    Lisp_Object val;
1430    
1431    validate_region (&beg, &end);    validate_region (&beg, &end);
# Line 2073  init_charset_once () Line 2074  init_charset_once ()
2074  void  void
2075  syms_of_charset ()  syms_of_charset ()
2076  {  {
   char *p;  
   
2077    DEFSYM (Qcharsetp, "charsetp");    DEFSYM (Qcharsetp, "charsetp");
2078    
2079    DEFSYM (Qascii, "ascii");    DEFSYM (Qascii, "ascii");
# Line 2085  syms_of_charset () Line 2084  syms_of_charset ()
2084    DEFSYM (Qgl, "gl");    DEFSYM (Qgl, "gl");
2085    DEFSYM (Qgr, "gr");    DEFSYM (Qgr, "gr");
2086    
   p = (char *) xmalloc (30000);  
   
2087    staticpro (&Vcharset_ordered_list);    staticpro (&Vcharset_ordered_list);
2088    Vcharset_ordered_list = Qnil;    Vcharset_ordered_list = Qnil;
2089    

Legend:
Removed from v.1.134.6.1  
changed lines
  Added in v.1.134.6.2

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26