summaryrefslogtreecommitdiff
path: root/src/ivy.c
diff options
context:
space:
mode:
authorfcolin2002-04-04 08:55:02 +0000
committerfcolin2002-04-04 08:55:02 +0000
commit94da62f234292a3f6b942cb33c1868427eea4eae (patch)
tree7c71a583d2ef97bee4a8d0924fbc579e9b50e7e4 /src/ivy.c
parent0804a5e035f41c70db089ccec7d06c6ebec09a56 (diff)
downloadivy-c-94da62f234292a3f6b942cb33c1868427eea4eae.zip
ivy-c-94da62f234292a3f6b942cb33c1868427eea4eae.tar.gz
ivy-c-94da62f234292a3f6b942cb33c1868427eea4eae.tar.bz2
ivy-c-94da62f234292a3f6b942cb33c1868427eea4eae.tar.xz
remove Timer struct def , and ## in ivy.c
Diffstat (limited to 'src/ivy.c')
-rw-r--r--src/ivy.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ivy.c b/src/ivy.c
index 770d97e..482fef5 100644
--- a/src/ivy.c
+++ b/src/ivy.c
@@ -45,7 +45,7 @@
* Obligatoire puisque la substitution de domain, et de bus n'est pas
* effectuée si on stringifie directement dans la macro GenerateIvyBus */
#define str(bus) #bus
-#define GenerateIvyBus(domain,bus) str(domain)##":"str(bus)
+#define GenerateIvyBus(domain,bus) str(domain)":"str(bus)
static char* DefaultIvyBus = GenerateIvyBus(DEFAULT_DOMAIN,DEFAULT_BUS);
typedef enum {