X-Git-Url: https://pd.if.org/git/?a=blobdiff_plain;f=platform%2Fexample%2Fincludes%2Fsignal.h;h=2d52993f7a850044da0e10c6a2e1761666c68890;hb=e1c526e9bad3f6e69391e94059096145390508d3;hp=e1b10f8299b46b0ab0b5e3ef916de86783ccc298;hpb=702bdf4497a72b422c591f69c45aa0be0ee23731;p=pdclib diff --git a/platform/example/includes/signal.h b/platform/example/includes/signal.h index e1b10f8..2d52993 100644 --- a/platform/example/includes/signal.h +++ b/platform/example/includes/signal.h @@ -1,6 +1,4 @@ -/* $Id$ */ - -/* Signal handling +/* 7.14 Signal handling This file is part of the Public Domain C Library (PDCLib). Permission is granted to use, modify, and / or redistribute at will. @@ -8,11 +6,7 @@ #ifndef _PDCLIB_SIGNAL_H #define _PDCLIB_SIGNAL_H _PDCLIB_SIGNAL_H - -#ifndef _PDCLIB_CONFIG_H -#define _PDCLIB_CONFIG_H _PDCLIB_CONFIG_H #include <_PDCLIB_config.h> -#endif /* Signals ------------------------------------------------------------------ */