~ubuntu-branches/ubuntu/intrepid/ecl/intrepid

« back to all changes in this revision

Viewing changes to src/lsp/config.lsp.in

  • Committer: Bazaar Package Importer
  • Author(s): Albin Tonnerre
  • Date: 2008-06-20 18:00:19 UTC
  • mfrom: (1.1.4 upstream)
  • Revision ID: james.westby@ubuntu.com-20080620180019-7fbz1ln5444vtkkr
Tags: 0.9j-20080306-2ubuntu1
* Enabled unicode support. (Closes: LP #123530)
* Modify Maintainer value to match the DebianMaintainerField specification.

Show diffs side-by-side

added added

removed removed

Lines of Context:
24
24
(defun lisp-implementation-version ()
25
25
  "Args:()
26
26
Returns the version of your ECL as a string."
27
 
  "@PACKAGE_VERSION@")
 
27
  "@PACKAGE_VERSION@ (CVS 2008-02-16 11:33)")
28
28
 
29
29
(defun machine-type ()
30
30
  "Args: ()
71
71
#-ecl-min
72
72
(progn
73
73
  #-(and mingw32 msvc)
74
 
  (si::pathname-translations "SYS" '(("**;*.*" "@ecldir@/**/*.*")))
 
74
  (si::pathname-translations "SYS" '(("**;*.*" "@ecldir\@/**/*.*")))
75
75
  #+(or mingw32 msvc)
76
76
  (si::pathname-translations "SYS"
77
77
                             `(("**;*.*" ,(merge-pathnames "**/*.*" (si::get-library-pathname)))))