mirror of
https://github.com/irssi/irssi.git
synced 2026-08-18 16:12:30 +02:00
meson build support
This commit is contained in:
parent
fb85fdec5c
commit
db16a0a853
57 changed files with 1787 additions and 46 deletions
|
|
@ -6,7 +6,7 @@ print " * do not edit.\n";
|
|||
print " */\n\n";
|
||||
print "static PERL_SIGNAL_ARGS_REC perl_signal_args[] =\n{\n";
|
||||
|
||||
while (<STDIN>) {
|
||||
while (<>) {
|
||||
chomp;
|
||||
|
||||
next if (!/^ "([^"]*)"(<.*>)?(?:,\s*(.*))?/);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue