Mercurial > emacs
comparison src/fileio.c @ 105959:ba3ffbd9c422
* process.c (ifflag_def): Make flag_sym constant.
(Fnetwork_interface_info): Use a constant pointer.
(ifflag_table):
* xfns.c (cursor_bits):
* xdisp.c (power_letter):
* termcap.c (speeds, esctab):
* sysdep.c (baud_convert):
* keyboard.c (lispy_accent_codes, modifier_names):
* image.c (xbm_format, xpm_format, pbm_format, png_format)
(jpeg_format, tiff_format, gif_format, svg_format)
(interlace_start, interlace_increment, gs_format):
* gtkutil.c (separator_names):
* fringe.c (swap_nibble):
* fns.c (base64_value_to_char, base64_char_to_value):
* fileio.c (make_temp_name_tbl):
* coding.c (suffixes): Make constant.
author | Dan Nicolaescu <dann@ics.uci.edu> |
---|---|
date | Wed, 11 Nov 2009 20:11:51 +0000 |
parents | 21bdda3ded62 |
children | f2cea199b0c4 |
comparison
equal
deleted
inserted
replaced
105958:341a779db1d0 | 105959:ba3ffbd9c422 |
---|---|
655 directory_file_name (SDATA (directory), buf); | 655 directory_file_name (SDATA (directory), buf); |
656 return make_specified_string (buf, -1, strlen (buf), | 656 return make_specified_string (buf, -1, strlen (buf), |
657 STRING_MULTIBYTE (directory)); | 657 STRING_MULTIBYTE (directory)); |
658 } | 658 } |
659 | 659 |
660 static char make_temp_name_tbl[64] = | 660 static const char make_temp_name_tbl[64] = |
661 { | 661 { |
662 'A','B','C','D','E','F','G','H', | 662 'A','B','C','D','E','F','G','H', |
663 'I','J','K','L','M','N','O','P', | 663 'I','J','K','L','M','N','O','P', |
664 'Q','R','S','T','U','V','W','X', | 664 'Q','R','S','T','U','V','W','X', |
665 'Y','Z','a','b','c','d','e','f', | 665 'Y','Z','a','b','c','d','e','f', |