mirror of
https://gitlab.com/embeddable-common-lisp/ecl.git
synced 2026-04-20 00:40:34 -07:00
ECL uses FAS and FASL as file extensions, not .SO
This commit is contained in:
parent
a7cc133f05
commit
3681121ed1
1 changed files with 2 additions and 2 deletions
|
|
@ -1417,8 +1417,8 @@ and up to date.")
|
|||
#+ACLPC ("lsp" . "fsl")
|
||||
#+CLISP ("lisp" . "fas")
|
||||
#+KCL ("lsp" . "o")
|
||||
#+ECL ("lsp" . "so")
|
||||
#+IBCL ("lsp" . "o")
|
||||
#+ECL ("lsp" . "fas")
|
||||
#+IBCL ("lsp" . "o")
|
||||
#+Xerox ("lisp" . "dfasl")
|
||||
;; Lucid on Silicon Graphics
|
||||
#+(and Lucid MIPS) ("lisp" . "mbin")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue