Removed now autogenerated file

This commit is contained in:
mainzelm 2003-11-12 10:18:52 +00:00
parent 814cb2d4a7
commit 88e015668b
1 changed files with 0 additions and 16 deletions

View File

@ -1,16 +0,0 @@
(user)
(open 'dynamic-externals)
(open 'external-calls)
(run
'(let ((initializer-name "scsh_yp_main")
(module-file "/Users/knauel/cool-stuff/scsh-yp/c/yp.dylib"))
(dynamic-load module-file)
(call-external (get-external initializer-name))))
(config)
(load "yp-interfaces.scm")
(load "yp-packages.scm")