Fix include directory for system utf8proc. --- netsurf-3.10/utils/idna.c +++ netsurf-3.10/utils/idna.c @@ -167,7 +167,7 @@ #ifdef WITH_UTF8PROC -#include +#include int32_t idna_contexto[] = { /* CONTEXTO codepoints which have a rule defined */
aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2023-06-04records: Add MATCH-RECORD-LAMBDA....* guix/records.scm (match-record-lambda): New syntax. * tests/records.scm ("match-record-lambda"): New test. Signed-off-by: Josselin Poiret <dev@jpoiret.xyz> (unmatched-parenthesis ew syntax
2023-06-04dir-locals: Fix MATCH-RECORD indentation....* .dir-locals.el: Treat the fourth form onwards as the body, rather than the third onwards. Signed-off-by: Josselin Poiret <dev@jpoiret.xyz> (unmatched-parenthesis d