Sophie

Sophie

distrib > Fedora > 13 > i386 > by-pkgid > 5ff33cbb0a6734fa5ae9278dec15d295 > files > 286

bigloo-3.2b-3.fc12.i686.rpm

;*=====================================================================*/
;*    serrano/prgm/project/bigloo/examples/Lib/make-lib.scm            */
;*    -------------------------------------------------------------    */
;*    Author      :  Manuel Serrano                                    */
;*    Creation    :  Sat Dec 19 13:01:37 1998                          */
;*    Last change :  Mon Apr 21 09:11:00 2008 (serrano)                */
;*    -------------------------------------------------------------    */
;*    The file to make the point heap.                                 */
;*=====================================================================*/

;*---------------------------------------------------------------------*/
;*    The module                                                       */
;*---------------------------------------------------------------------*/
(module __make-point-lib

   (import (point "scm-point.scm"))

   (eval (export-all)))