~dexter/parrot-pkg/maverick

« back to all changes in this revision

Viewing changes to src/gc/alloc_resources.c

  • Committer: Piotr Roszatycki
  • Date: 2011-01-11 14:34:28 UTC
  • mfrom: (1.1.13 upstream)
  • Revision ID: piotr.roszatycki@gmail.com-20110111143428-s7pa7qz38m61o4tw
New upstream release.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
/*
2
2
Copyright (C) 2001-2010, Parrot Foundation.
3
 
$Id: alloc_resources.c 49073 2010-09-16 23:39:23Z mikehh $
4
3
 
5
4
=head1 NAME
6
5
 
134
133
 
135
134
=item C<static const char * buffer_location(PARROT_INTERP, const Buffer *b)>
136
135
 
137
 
Recturns a constant string representing the location of the given
 
136
Returns a constant string representing the location of the given
138
137
Buffer C<b> in one of the PMC registers. If the PMC is not located
139
138
in one of the PMC registers of the current context, returns the
140
139
string C<"???">.
745
744
 * Local variables:
746
745
 *   c-file-style: "parrot"
747
746
 * End:
748
 
 * vim: expandtab shiftwidth=4:
 
747
 * vim: expandtab shiftwidth=4 cinoptions='\:2=2' :
749
748
 */