From d2d9117d3ae1bdb5298635a6ac17a4427591025c Mon Sep 17 00:00:00 2001 From: root Date: Thu, 3 Mar 2005 17:20:31 +0000 Subject: *** empty log message *** --- coro.h | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'coro.h') diff --git a/coro.h b/coro.h index 06eef75..7985e7e 100644 --- a/coro.h +++ b/coro.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2001 Marc Alexander Lehmann + * Copyright (c) 2001-2005 Marc Alexander Lehmann * * Redistribution and use in source and binary forms, with or without modifica- * tion, are permitted provided that the following conditions are met: @@ -33,15 +33,16 @@ * build your own process abstraction using it or - better - just use GNU * Portable Threads, http://www.gnu.org/software/pth/. * - * VERSION: 0.1 */ #ifndef CORO_H #define CORO_H +#define CORO_VERSION 1 + /* * This library consists of only three files - * coro.h, coro.c and LICENSE + * coro.h, coro.c and LICENSE (and optionally README) * * It implements what is known as coroutines, in a hopefully * portable way. At the moment you have to define which kind -- cgit v1.2.3