[svn:parrot] r40256 - trunk/runtime/parrot/library

tene at svn.parrot.org tene at svn.parrot.org
Fri Jul 24 19:37:53 UTC 2009


Author: tene
Date: Fri Jul 24 19:37:52 2009
New Revision: 40256
URL: https://trac.parrot.org/parrot/changeset/40256

Log:
Add a pair of missing fucntions to Curses.pir

Modified:
   trunk/runtime/parrot/library/Curses.pir

Modified: trunk/runtime/parrot/library/Curses.pir
==============================================================================
--- trunk/runtime/parrot/library/Curses.pir	Fri Jul 24 15:46:40 2009	(r40255)
+++ trunk/runtime/parrot/library/Curses.pir	Fri Jul 24 19:37:52 2009	(r40256)
@@ -687,6 +687,8 @@
 set_global 'mcprint', $P2
 dlfunc $P2, $P1, 'has_key', 'ii'
 set_global 'has_key', $P2
+.export_dl_func($P1, 'getmaxx', 'ip')
+.export_dl_func($P1, 'getmaxy', 'ip')
 
 .begin_return
 .end_return


More information about the parrot-commits mailing list