From a0d67f8bfdad7bea3ddf508cbbce9b806544b99c Mon Sep 17 00:00:00 2001 From: chatty Date: Tue, 25 Jun 2002 10:14:02 +0000 Subject: Modified Makefile to allow for compatibity between install patterns of Tcl In ivy.c, restored DEFAULT_DOMAIN to original value (not a string) --- src/ivy.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/ivy.c') diff --git a/src/ivy.c b/src/ivy.c index a9510dc..870e6fc 100644 --- a/src/ivy.c +++ b/src/ivy.c @@ -39,7 +39,7 @@ #define ARG_START "\002" #define ARG_END "\003" -#define DEFAULT_DOMAIN "127.255.255.255" +#define DEFAULT_DOMAIN 127.255.255.255 /* stringification et concatenation du domaine et du port en 2 temps : * Obligatoire puisque la substitution de domain, et de bus n'est pas -- cgit v1.1