diff options
author | Ludovic Courtes | 2006-01-15 22:07:23 +0000 |
---|---|---|
committer | Ludovic Courtes | 2006-01-15 22:07:23 +0000 |
commit | a427c398fad59341c99a124a6fbd6e0c619ecdb1 (patch) | |
tree | 60840e49d2fff01db18f70ffbcdf6d8aeff15783 /legacy/bigloo/evapi.scm | |
parent | 929063bfca2404a927bf0bec047db37d490aa8e1 (diff) | |
parent | a1b1ba4d3edd2a5326dfb82527c4bdcdef29284a (diff) | |
download | skribilo-a427c398fad59341c99a124a6fbd6e0c619ecdb1.tar.gz skribilo-a427c398fad59341c99a124a6fbd6e0c619ecdb1.tar.lz skribilo-a427c398fad59341c99a124a6fbd6e0c619ecdb1.zip |
Removed the Bigloo/STkLos in the `legacy' directory.
Removed the `legacy' directory.
git-archimport-id: lcourtes@laas.fr--2004-libre/skribilo--devel--1.2--patch-25
Diffstat (limited to 'legacy/bigloo/evapi.scm')
-rw-r--r-- | legacy/bigloo/evapi.scm | 39 |
1 files changed, 0 insertions, 39 deletions
diff --git a/legacy/bigloo/evapi.scm b/legacy/bigloo/evapi.scm deleted file mode 100644 index 6f0d49e..0000000 --- a/legacy/bigloo/evapi.scm +++ /dev/null @@ -1,39 +0,0 @@ -;*=====================================================================*/ -;* serrano/prgm/project/skribe/src/bigloo/evapi.scm */ -;* ------------------------------------------------------------- */ -;* Author : Manuel Serrano */ -;* Creation : Wed Jul 23 18:57:09 2003 */ -;* Last change : Sun Jul 11 11:32:23 2004 (serrano) */ -;* Copyright : 2003-04 Manuel Serrano */ -;* ------------------------------------------------------------- */ -;* The Bigloo eval declarations */ -;*=====================================================================*/ - -;*---------------------------------------------------------------------*/ -;* The module */ -;*---------------------------------------------------------------------*/ -(module skribe_evapi - (import skribe_types - skribe_lib - skribe_api - skribe_engine - skribe_writer - skribe_output - skribe_eval - skribe_read - skribe_resolve - skribe_param - skribe_source - skribe_index - skribe_configure - skribe_lisp - skribe_xml - skribe_c - skribe_asm - skribe_bib - skribe_color - skribe_sui - skribe_debug) - (eval (export-all))) - - |