File: system.lisp

package info (click to toggle)
mcvs 1.0.13-8
  • links: PTS
  • area: main
  • in suites: sarge
  • size: 668 kB
  • ctags: 648
  • sloc: lisp: 5,091; ansic: 223; sh: 190; makefile: 58
file content (14 lines) | stat: -rw-r--r-- 332 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
;;; This source file is part of the Meta-CVS program, 
;;; which is distributed under the GNU license.
;;; Copyright 2002 Kaz Kylheku

#+(or clisp cmu18c) (require "posix")

#+(and clisp clisp-unix-funcs) 
  (require "clisp-unix")

#+(and clisp (not clisp-unix-funcs)) 
  (require "clisp-linux")

#+cmu18c 
  (require "cmucl-unix")