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

Diff of /emacs/src/alloc.c

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

revision 1.294 by handa, Wed Mar 19 12:24:43 2003 UTC revision 1.295 by handa, Sun Mar 23 02:07:13 2003 UTC
# Line 1805  make_multibyte_string (contents, nchars, Line 1805  make_multibyte_string (contents, nchars,
1805    
1806  Lisp_Object  Lisp_Object
1807  make_string_from_bytes (contents, nchars, nbytes)  make_string_from_bytes (contents, nchars, nbytes)
1808       char *contents;       const char *contents;
1809       int nchars, nbytes;       int nchars, nbytes;
1810  {  {
1811    register Lisp_Object val;    register Lisp_Object val;
# Line 1824  make_string_from_bytes (contents, nchars Line 1824  make_string_from_bytes (contents, nchars
1824    
1825  Lisp_Object  Lisp_Object
1826  make_specified_string (contents, nchars, nbytes, multibyte)  make_specified_string (contents, nchars, nbytes, multibyte)
1827       char *contents;       const char *contents;
1828       int nchars, nbytes;       int nchars, nbytes;
1829       int multibyte;       int multibyte;
1830  {  {

Legend:
Removed from v.1.294  
changed lines
  Added in v.1.295

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