[svn:parrot] r40678 - trunk/include/parrot
bacek at svn.parrot.org
bacek at svn.parrot.org
Thu Aug 20 21:24:00 UTC 2009
Author: bacek
Date: Thu Aug 20 21:24:00 2009
New Revision: 40678
URL: https://trac.parrot.org/parrot/changeset/40678
Log:
[cage] Put typedefs for old Parrot_sub and Parrot_coro structs.
This restore backward compatibility with old code. fperrad++, bacek--
Modified:
trunk/include/parrot/sub.h
Modified: trunk/include/parrot/sub.h
==============================================================================
--- trunk/include/parrot/sub.h Thu Aug 20 20:53:03 2009 (r40677)
+++ trunk/include/parrot/sub.h Thu Aug 20 21:24:00 2009 (r40678)
@@ -150,6 +150,8 @@
} \
} while (0)
+typedef struct Parrot_Sub_attributes Parrot_sub;
+typedef struct Parrot_Coroutine_attributes Parrot_coro;
typedef struct Parrot_cont {
/* continuation destination */
More information about the parrot-commits
mailing list