X-Git-Url: https://pd.if.org/git/?a=blobdiff_plain;f=platform%2Fexample%2Fincludes%2Fsignal.h;h=8b30a4fe09053a5deb94a0d4d1a2ad291c016326;hb=d7f375a09a9912bb18ad42f1442fbf64311bfed6;hp=9b812c96d66f4dba17fc27b489b9686b4c971446;hpb=0fa6394bc70eab55e0e38703a31a3072232c0729;p=pdclib diff --git a/platform/example/includes/signal.h b/platform/example/includes/signal.h index 9b812c9..8b30a4f 100644 --- a/platform/example/includes/signal.h +++ b/platform/example/includes/signal.h @@ -1,6 +1,4 @@ -/* $Id$ */ - -/* 7.14 Signal handling +/* 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 ------------------------------------------------------------------ */