|
|
Author: allison
Date: Mon Jan 19 16:29:50 2009
New Revision: 35785
Modified:
trunk/src/library.c
Log:
[pdd30install] Add more descriptive introduction to src/library.c. (Reini Urban)
Modified: trunk/src/library.c
==============================================================================
--- trunk/src/library.c (original)
+++ trunk/src/library.c Mon Jan 19 16:29:50 2009
@@ -8,7 +8,9 @@
=head1 DESCRIPTION
-This file contains C functions to access Parrot's bytecode library functions.
+This file contains C functions to access Parrot's bytecode library functions,
+for include files (via C<.include>), library files (via C<load_bytecode>), and
+dynext files (via C<loadlib>).
=head2 Functions
|
|