diff options
Diffstat (limited to 'src/alloc.c')
| -rw-r--r-- | src/alloc.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/alloc.c b/src/alloc.c index 1019c2af6cc..35a5ee2784f 100644 --- a/src/alloc.c +++ b/src/alloc.c | |||
| @@ -2226,7 +2226,7 @@ make_string (const char *contents, ptrdiff_t nbytes) | |||
| 2226 | return val; | 2226 | return val; |
| 2227 | } | 2227 | } |
| 2228 | 2228 | ||
| 2229 | /* Make an unibyte string from LENGTH bytes at CONTENTS. */ | 2229 | /* Make a unibyte string from LENGTH bytes at CONTENTS. */ |
| 2230 | 2230 | ||
| 2231 | Lisp_Object | 2231 | Lisp_Object |
| 2232 | make_unibyte_string (const char *contents, ptrdiff_t length) | 2232 | make_unibyte_string (const char *contents, ptrdiff_t length) |
| @@ -2295,7 +2295,7 @@ make_specified_string (const char *contents, | |||
| 2295 | } | 2295 | } |
| 2296 | 2296 | ||
| 2297 | 2297 | ||
| 2298 | /* Return an unibyte Lisp_String set up to hold LENGTH characters | 2298 | /* Return a unibyte Lisp_String set up to hold LENGTH characters |
| 2299 | occupying LENGTH bytes. */ | 2299 | occupying LENGTH bytes. */ |
| 2300 | 2300 | ||
| 2301 | Lisp_Object | 2301 | Lisp_Object |