| Subject: | [svn:parrot] r20016 - trunk/src |
|---|---|
| From: | |
| Date: | Thu, 19 Jul 2007 09:18:41 -0700 PDT |
| Newsgroups: | perl.cvs.parrot |
Author: particle
Date: Thu Jul 19 09:18:40 2007
New Revision: 20016
Modified:
trunk/src/vtables.c
Log:
Parrot_clone_vtable can't return null
Modified: trunk/src/vtables.c
==============================================================================
--- trunk/src/vtables.c (original)
+++ trunk/src/vtables.c Thu Jul 19 09:18:40 2007
@@ -44,7 +44,7 @@
PARROT_API
PARROT_MALLOC
-PARROT_CAN_RETURN_NULL
+PARROT_CANNOT_RETURN_NULL
VTABLE *
Parrot_clone_vtable(SHIM_INTERP, NOTNULL(const VTABLE *base_vtable))
{
|
| <Prev in Thread] | Current Thread | [Next in Thread> |
|---|---|---|
| ||
| Previous by Date: | [svn:parrot] r20015 - in trunk: include/parrot src src/gc src/io tools/build, petdance |
|---|---|
| Next by Date: | [svn:parrot] r20018 - branches/codestring-pmc/t/pmc, coke |
| Previous by Thread: | [svn:parrot] r20015 - in trunk: include/parrot src src/gc src/io tools/build, petdance |
| Next by Thread: | [svn:parrot] r20018 - branches/codestring-pmc/t/pmc, coke |
| Indexes: | [Date] [Thread] [Top] [All Lists] |