diff options
author | Mikael Djurfeldt <djurfeldt@nada.kth.se> | 1998-05-04 11:33:14 +0000 |
---|---|---|
committer | Mikael Djurfeldt <djurfeldt@nada.kth.se> | 1998-05-04 11:33:14 +0000 |
commit | eb545bd9b9b958f0405490e3970749e0e9a2e1ab (patch) | |
tree | 1456fec7b5aefc63ff375dc77a799880ced83f92 /libguile/procprop.h | |
parent | 67e606551068abdace6d7bd950a93bf8ba898d34 (diff) | |
download | guile-eb545bd9b9b958f0405490e3970749e0e9a2e1ab.tar.gz |
* procprop.h (scm_sym_arity): New symbol.
Diffstat (limited to 'libguile/procprop.h')
-rw-r--r-- | libguile/procprop.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libguile/procprop.h b/libguile/procprop.h index 8464aa550..60009e27e 100644 --- a/libguile/procprop.h +++ b/libguile/procprop.h @@ -50,6 +50,7 @@ extern SCM scm_i_name; extern SCM scm_i_inner_name; +extern SCM scm_sym_arity; |