From: Martin Mares Date: Sun, 26 Jul 2015 18:02:22 +0000 (+0200) Subject: Isolate has moved to a new home X-Git-Url: http://mj.ucw.cz/gitweb/?a=commitdiff_plain;h=3bbedb2bf67c3e47ccfc1672cf9ffc2af8e2b261;p=eval.git Isolate has moved to a new home --- diff --git a/isolate/isolate.c b/isolate/isolate.c index cb33c60..ebc11a6 100644 --- a/isolate/isolate.c +++ b/isolate/isolate.c @@ -5,6 +5,11 @@ * (c) 2012-2014 Bernard Blackham */ +/*********************************************************** + ** This is not the master version of Isolate any longer. ** + ** See https://github.com/ioi/isolate for its new home. ** + ***********************************************************/ + #define _GNU_SOURCE #include "autoconf.h"