~ubuntu-branches/ubuntu/intrepid/ruby1.9/intrepid-updates

« back to all changes in this revision

Viewing changes to ext/continuation/continuation.c

  • Committer: Bazaar Package Importer
  • Author(s): Matthias Klose
  • Date: 2007-09-04 16:01:17 UTC
  • mto: This revision was merged to the branch mainline in revision 14.
  • Revision ID: james.westby@ubuntu.com-20070904160117-68anapnflh5c9kgb
Tags: upstream-1.9.0+20070830
ImportĀ upstreamĀ versionĀ 1.9.0+20070830

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
 
 
2
void Init_Continuation_body(void);
 
3
 
 
4
void
 
5
Init_continuation(void)
 
6
{
 
7
    Init_Continuation_body();
 
8
}