summaryrefslogtreecommitdiff
path: root/libguile/cpp_signal.c
blob: e740ba564dcb7d9dcd50633a82bd8a09c523df8f (plain)
1
2
3
4
5
6
7
8
9
/* 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:
*/