Skip to content

Commit

Permalink
Same for aitable.inc build script
Browse files Browse the repository at this point in the history
  • Loading branch information
terryburton committed May 22, 2024
1 parent 563e74a commit 8879cc0
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion src/c-lib/build-embedded-ai-table.pl
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,12 @@

my $ai_rng_rx = qr/${ai_rx}(-${ai_rx})?/;

my $flags_rx = qr/[\*]+/;
my $flags_rx = qr/
[
*?!"%&'()+,.:;<=>@[_`{|}~
\$ \- \/ \\ \] \^
]+
/x;

my $type_mand_rx = qr/
[XNYZ]
Expand Down

0 comments on commit 8879cc0

Please sign in to comment.