Skip to content

Commit

Permalink
Merge pull request Perl#64 from ntyni/blead-changes
Browse files Browse the repository at this point in the history
Blead changes
  • Loading branch information
H.Merijn Brand authored May 17, 2020
2 parents 4406375 + bc2d571 commit d9b16fc
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion U/modified/sh.U
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ case "$sh" in
$me: Fatal Error: I can't find a Bourne Shell anywhere.

Usually it's in /bin/sh. How did you even get this far?
Please contact me (<$maintname>) at <$maintloc>
Please report this issue at <$maintloc>
and we'll try to straighten this all out.
EOM
exit 1
Expand Down
12 changes: 6 additions & 6 deletions dist/U/d_regcmp.U
Original file line number Diff line number Diff line change
Expand Up @@ -20,31 +20,31 @@
?S:d_regcomp:
?S: This variable conditionally defines the HAS_REGCOMP symbol, which
?S: indicates to the C program that the regcomp() routine is available
?S: for regular patern matching (usally on POSIX.2 conforming systems).
?S: for regular pattern matching (usally on POSIX.2 conforming systems).
?S:.
?S:d_regcmp:
?S: This variable conditionally defines the HAS_REGCMP symbol, which
?S: indicates to the C program that the regcmp() routine is available
?S: for regular patern matching (usally on System V).
?S: for regular pattern matching (usally on System V).
?S:.
?S:d_re_comp:
?S: This variable conditionally defines the HAS_RECOMP symbol, which
?S: indicates to the C program that the re_comp() routine is available
?S: for regular patern matching (usally on BSD). If so, it is likely that
?S: for regular pattern matching (usally on BSD). If so, it is likely that
?S: re_exec() exists.
?S:.
?C:HAS_REGCOMP (REGCOMP):
?C: This symbol, if defined, indicates that the regcomp() routine is
?C: available to do some regular patern matching (usually on POSIX.2
?C: available to do some regular pattern matching (usually on POSIX.2
?C: conforming systems).
?C:.
?C:HAS_REGCMP (REGCMP):
?C: This symbol, if defined, indicates that the regcmp() routine is
?C: available to do some regular patern matching (usually on System V).
?C: available to do some regular pattern matching (usually on System V).
?C:.
?C:HAS_RECOMP (RECOMP):
?C: This symbol, if defined, indicates that the re_comp() routine is
?C: available to do some regular patern matching (usually on BSD). If so,
?C: available to do some regular pattern matching (usually on BSD). If so,
?C: it is likely that re_exec() be available.
?C:.
?H:#$d_regcomp HAS_REGCOMP /* POSIX.2 */
Expand Down

0 comments on commit d9b16fc

Please sign in to comment.