1998-10-11 Martin Baulig <martin@home-of-linux.org> * names/Makefile.am (BUILT_SOURCES, CLEANFILES): Added `guile-names.x' here and a rule to make it from `guile-names.c' using guile-snarf. * names/guile-names.awk: Use the SCM_GLOBAL_VCELL macros and guile-snarf here; declared all `glibtop_guile_*' functions static.
17 lines
586 B
Plaintext
17 lines
586 B
Plaintext
1998-10-11 Martin Baulig <martin@home-of-linux.org>
|
|
|
|
* names/Makefile.am (BUILT_SOURCES, CLEANFILES): Added
|
|
`guile-names.x' here and a rule to make it from `guile-names.c'
|
|
using guile-snarf.
|
|
|
|
* names/guile-names.awk: Use the SCM_GLOBAL_VCELL macros and
|
|
guile-snarf here; declared all `glibtop_guile_*' functions static.
|
|
|
|
* guile.awk: Declared all `glibtop_guile_get_*' functions static.
|
|
|
|
* Makefile.am (BUILT_SOURCES, CLEANFILES): Added `guile.x'.
|
|
Added rule to make `guile.x' from `guile.c' using guile-snarf.
|
|
|
|
* guile.awk: Use the SCM_PROC macros and guile-snarf here.
|
|
|