From 4db62823e7a8e41e829c08a461f5e6b2193a6d62 Mon Sep 17 00:00:00 2001 From: Rainer Gerhards Date: Fri, 7 Mar 2008 17:26:58 +0000 Subject: renamed library module file names to lm*, so that they match the overall scheme (like im* and om*) --- regexp.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'regexp.h') diff --git a/regexp.h b/regexp.h index 2ff00ae7..05599751 100644 --- a/regexp.h +++ b/regexp.h @@ -39,4 +39,7 @@ ENDinterface(regexp) /* prototypes */ PROTOTYPEObj(regexp); +/* the name of our library binary */ +#define LM_REGEXP_FILENAME "lmregexp" + #endif /* #ifndef INCLUDED_REGEXP_H */ -- cgit