[svn:parrot] r44267 - trunk/tools/dev
chromatic at svn.parrot.org
chromatic at svn.parrot.org
Sun Feb 21 04:06:21 UTC 2010
Author: chromatic
Date: Sun Feb 21 04:06:12 2010
New Revision: 44267
URL: https://trac.parrot.org/parrot/changeset/44267
Log:
[NCI] Added header for NCI loader function in NCI thunk generator.
Modified:
trunk/tools/dev/nci_thunk_gen.pir
Modified: trunk/tools/dev/nci_thunk_gen.pir
==============================================================================
--- trunk/tools/dev/nci_thunk_gen.pir Sun Feb 21 03:52:00 2010 (r44266)
+++ trunk/tools/dev/nci_thunk_gen.pir Sun Feb 21 04:06:12 2010 (r44267)
@@ -337,6 +337,8 @@
/* All our static functions that call in various ways. Yes, terribly
hackish, but that is just fine */
+PARROT_DYNEXT_EXPORT void Parrot_glut_nci_loader(PARROT_INTERP);
+
HEAD
.return (head)
.end
More information about the parrot-commits
mailing list