summaryrefslogtreecommitdiff
path: root/coro.h
diff options
context:
space:
mode:
authorroot <root>2007-04-27 19:26:18 +0000
committerroot <root>2007-04-27 19:26:18 +0000
commit98929e8018371c8847c69ea1ed8e88f82b5df83a (patch)
tree7f8ddfc5d04af99cd15e400b82a69c0ea0bd1201 /coro.h
parent7966454a8d0a4252e31d883b7aaaa0f1a0d1c197 (diff)
*** empty log message ***
Diffstat (limited to 'coro.h')
-rw-r--r--coro.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/coro.h b/coro.h
index 788810f..0293293 100644
--- a/coro.h
+++ b/coro.h
@@ -39,6 +39,7 @@
* 2006-10-26 Include stddef.h on OS X to work around one of its bugs.
* Reported by Michael_G_Schwern.
* 2006-11-26 Use _setjmp instead of setjmp on GNU/Linux.
+ * 2007-04-27 Set unwind frame info if gcc 3+ and ELF is detected.
*/
#ifndef CORO_H