patchThe GNU Bourne-Again SHell - Patches: patch #10309, Fix non-multibyte builds

 
 

You are not allowed to post comments on this tracker with your current authentication level.

patch #10309: Fix non-multibyte builds

Submitter:  Vincent Fazio <vfazio>
Submitted:  Sat 28 Jan 2023 06:18:49 PM UTC
   
 
Category:  None Priority:  5 - Normal
Status:  Done Privacy:  Public
Assigned to:  None Open/Closed:  Open

Sat 28 Jan 2023 06:18:49 PM UTC, original submission:  

Builds configured with --disable-multibyte or when the toolchain does not have WCHAR support would encounter a compile error due to an undeclared reference to shell_input_line_property in shell_getc.

Add a HANDLE_MULTIBYTE guard to conditionally compile the block that references shell_input_line_property in shell_getc as it's only declared when HANDLE_MULTIBYTE is defined.

Vincent Fazio <vfazio>

 

(Note: upload size limit is set to 16384 kB, after insertion of the required escape characters.)

 

Depends on the following items: None found

Items that depend on this one: None found

 

Carbon-Copy List
  • -email is unavailable- added by chet (Updated the item)
  • -email is unavailable- added by vfazio (Submitted the item)
  •  

    There are 0 votes so far. Votes easily highlight which items people would like to see resolved in priority, independently of the priority of the item set by tracker managers.

     

    Follow 2 latest changes.

    Date Changed by Updated Field Previous Value => Replaced by
    2023-01-28 chet StatusNone Done
    2023-01-28 vfazio Attached File- Added 0001-parse.y-fix-compilation-for-non-multibyte-builds.patch, #54281

    Back to the top

    Powered by Savane 3.13-4448.
    Corresponding source code