1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-04-30 20:00:19 +02:00
guile/libguile/cpp_signal.c
2000-03-19 19:01:16 +00:00

9 lines
173 B
C

/* this file is processed by gcc with special options to extract
a list of signal numbers. */
#include <signal.h>
/*
Local Variables:
c-file-style: "gnu"
End:
*/