Mercurial > emacs
comparison src/alloc.c @ 27006:d6d99ee4a5ae
Comment change.
| author | Richard M. Stallman <rms@gnu.org> |
|---|---|
| date | Tue, 28 Dec 1999 03:34:56 +0000 |
| parents | bb9ada50010f |
| children | f742c86fcc15 |
comparison
equal
deleted
inserted
replaced
| 27005:e9167a5cfad2 | 27006:d6d99ee4a5ae |
|---|---|
| 1373 if (STRING_BYTES (XSTRING (val)) == XSTRING (val)->size) | 1373 if (STRING_BYTES (XSTRING (val)) == XSTRING (val)->size) |
| 1374 SET_STRING_BYTES (XSTRING (val), -1); | 1374 SET_STRING_BYTES (XSTRING (val), -1); |
| 1375 return val; | 1375 return val; |
| 1376 } | 1376 } |
| 1377 | 1377 |
| 1378 /* Make a multibyte string from NCHARS characters | 1378 /* Make a string from NCHARS characters |
| 1379 occupying NBYTES bytes at CONTENTS. */ | 1379 occupying NBYTES bytes at CONTENTS. |
| 1380 The argument MULTIBYTE controls whether to label the | |
| 1381 string as multibyte. */ | |
| 1380 | 1382 |
| 1381 Lisp_Object | 1383 Lisp_Object |
| 1382 make_specified_string (contents, nchars, nbytes, multibyte) | 1384 make_specified_string (contents, nchars, nbytes, multibyte) |
| 1383 char *contents; | 1385 char *contents; |
| 1384 int nchars, nbytes; | 1386 int nchars, nbytes; |
