ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/libcoro/coro.h
(Generate patch)

Comparing libcoro/coro.h (file contents):
Revision 1.19 by root, Thu Nov 30 18:21:14 2006 UTC vs.
Revision 1.20 by root, Fri Apr 27 19:26:18 2007 UTC

37 37
38/* 38/*
39 * 2006-10-26 Include stddef.h on OS X to work around one of its bugs. 39 * 2006-10-26 Include stddef.h on OS X to work around one of its bugs.
40 * Reported by Michael_G_Schwern. 40 * Reported by Michael_G_Schwern.
41 * 2006-11-26 Use _setjmp instead of setjmp on GNU/Linux. 41 * 2006-11-26 Use _setjmp instead of setjmp on GNU/Linux.
42 * 2007-04-27 Set unwind frame info if gcc 3+ and ELF is detected.
42 */ 43 */
43 44
44#ifndef CORO_H 45#ifndef CORO_H
45#define CORO_H 46#define CORO_H
46 47

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines