~ubuntu-branches/ubuntu/raring/parrot/raring-proposed

« back to all changes in this revision

Viewing changes to include/parrot/vtables.h

  • Committer: Bazaar Package Importer
  • Author(s): Allison Randal
  • Date: 2011-07-30 18:45:03 UTC
  • mfrom: (1.1.13 upstream)
  • Revision ID: james.westby@ubuntu.com-20110730184503-34d4mprtfx6pt5h3
Tags: 3.6.0-1
* New upstream release
* debian/watch:
  - Modified regular expression to capture numbered directory name
    (patch from Dominique Dumont).
* debian/rules:
  - Split build-arch and build-indep, resolving lintian warning.
  - Update path to pbc_disassemble for manpage generation (patch
    from Dominique Dumont).
* debian/patches:
  - Added patch 02_fix_perl_interpreter_path.patch, resolving
    lintian warnings.
* debian/control:
  - Added DM-Upload-Allowed field.

Show diffs side-by-side

added added

removed removed

Lines of Context:
32
32
PARROT_EXPORT
33
33
PARROT_MALLOC
34
34
PARROT_CANNOT_RETURN_NULL
35
 
VTABLE * Parrot_vtbl_new_vtable(SHIM_INTERP);
 
35
VTABLE * Parrot_vtbl_new_vtable(PARROT_INTERP);
36
36
 
37
37
void Parrot_vtbl_alloc_vtables(PARROT_INTERP)
38
38
        __attribute__nonnull__(1);