fix parser state with funsubs in PS2 and line continuations; fix for @P transformation in prompt strings

This commit is contained in:
Chet Ramey
2024-04-01 12:20:58 -04:00
parent 4f2595eff3
commit 2532a2ccef
14 changed files with 108 additions and 30 deletions
+1 -1
View File
@@ -206,7 +206,7 @@ sh_xrealloc (PTR_T pointer, size_t bytes, char *file, int line)
}
PTR_T
sh_xreallocarray (PTR_T ptr, size_t nmemb, size_t size, const char *file, int line)
sh_xreallocarray (PTR_T ptr, size_t nmemb, size_t size, char *file, int line)
{
size_t nbytes;