bug-mes
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[PATCH] DRAFT mes: Fixup regex.


From: Janneke Nieuwenhuizen
Subject: [PATCH] DRAFT mes: Fixup regex.
Date: Wed, 03 Jan 2024 12:41:33 +0100
User-agent: Gnus/5.13 (Gnus v5.13)

Hi,

I've applied the patch below; would this the the proper fix?  I tried
include-from-path but was puzzled that didn't work.

>From a38cee7093f5eeeaf526e83efca0856ec0774a01 Mon Sep 17 00:00:00 2001
From: Janneke Nieuwenhuizen <janneke@gnu.org>
Date: Tue, 19 Dec 2023 10:26:45 +0100
Subject: [PATCH] DRAFT mes: Fixup regex.

This is a follow-up to commit
    ca4b6df7b3c5e3778780204191a90045fceb1ab4
    mes: Add regex support.

* mes/module/ice-9/regex.scm ("pregexp.upstream.scm"): Use relative file
name.
---
 mes/module/ice-9/regex.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/mes/module/ice-9/regex.scm b/mes/module/ice-9/regex.scm
index b752f7e02..2e54e9b93 100644
--- a/mes/module/ice-9/regex.scm
+++ b/mes/module/ice-9/regex.scm
@@ -45,7 +45,7 @@
 
             regexp-quote))
 
-(include 
"/home/samplet/Code/3rdparty/mes/wip-gash/mes/module/ice-9/pregexp.upstream.scm")
+(include "pregexp.upstream.scm")
 
 
 ;;; Patterns
-- 
2.41.0


reply via email to

[Prev in Thread] Current Thread [Next in Thread]