From: Martin Quinson Date: Thu, 1 Oct 2015 15:03:18 +0000 (+0200) Subject: fix a typo breaking windows X-Git-Tag: v3_12~80 X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/commitdiff_plain/e80c034864c5e4b0daa1c2941d73b4a814b0bd4e fix a typo breaking windows --- diff --git a/include/xbt/base.h b/include/xbt/base.h index 0f34bad192..dcbaca2444 100644 --- a/include/xbt/base.h +++ b/include/xbt/base.h @@ -237,7 +237,7 @@ /* UNIX build */ -#elsif defined(__ELF__) +#elif defined(__ELF__) # define XBT_PUBLIC(type) type # define XBT_EXPORT_NO_IMPORT(type) type