Page MenuHomeFreeBSD

lib/libc/regex: fix build with REDEBUG defined
ClosedPublic

Authored by yuripv on Sep 22 2019, 8:30 PM.
Tags
None
Referenced Files
Unknown Object (File)
Thu, Dec 12, 7:37 PM
Unknown Object (File)
Nov 15 2024, 4:42 AM
Unknown Object (File)
Nov 5 2024, 7:29 AM
Unknown Object (File)
Oct 12 2024, 4:32 AM
Unknown Object (File)
Oct 11 2024, 12:43 AM
Unknown Object (File)
Oct 10 2024, 12:22 PM
Unknown Object (File)
Oct 10 2024, 5:38 AM
Unknown Object (File)
Oct 8 2024, 5:40 PM
Subscribers

Details

Summary

...so that REG_TRACE could be used.

  • fix type in format string, we use sopno which is unsigned long as compared to Open/NetBSD using int there
  • never is used, well, never; the only assert that used it was removed back in 2004

Diff Detail

Repository
rS FreeBSD src repository - subversion
Lint
Lint Not Applicable
Unit
Tests Not Applicable