Initial code for lisp interpreter

This commit is contained in:
Jaroslav Kysela 2003-06-24 19:30:08 +00:00
parent 8b1ac5a638
commit 640ee8faa7
15 changed files with 1926 additions and 6 deletions

View file

@ -108,3 +108,9 @@ ALSA_0.9.3 {
snd_ctl_elem_info_get_dimensions;
snd_ctl_elem_info_get_dimension;
} ALSA_0.9.0;
ALSA_0.9.5 {
global:
alsa_lisp;
} ALSA_0.9.3;