Add #pragma once directives in all our headers, for safety.
This commit is contained in:
@@ -10,6 +10,8 @@
|
||||
* See http://www.wtfpl.net/ for more details.
|
||||
*/
|
||||
|
||||
#pragma once
|
||||
|
||||
/*
|
||||
* fuzz.h: fuzz functions
|
||||
*/
|
||||
|
||||
@@ -10,6 +10,8 @@
|
||||
* See http://www.wtfpl.net/ for more details.
|
||||
*/
|
||||
|
||||
#pragma once
|
||||
|
||||
/*
|
||||
* random.h: pseudorandom number generator
|
||||
*/
|
||||
|
||||
@@ -10,6 +10,8 @@
|
||||
* See http://www.wtfpl.net/ for more details.
|
||||
*/
|
||||
|
||||
#pragma once
|
||||
|
||||
/*
|
||||
* ranges.c: range handling helper functions
|
||||
*/
|
||||
|
||||
@@ -10,6 +10,8 @@
|
||||
* See http://www.wtfpl.net/ for more details.
|
||||
*/
|
||||
|
||||
#pragma once
|
||||
|
||||
/*
|
||||
* debug.h: debugging support
|
||||
*/
|
||||
|
||||
@@ -10,6 +10,8 @@
|
||||
* See http://www.wtfpl.net/ for more details.
|
||||
*/
|
||||
|
||||
#pragma once
|
||||
|
||||
/*
|
||||
* lib-load.h: preload library functions
|
||||
*/
|
||||
|
||||
@@ -11,6 +11,8 @@
|
||||
* See http://www.wtfpl.net/ for more details.
|
||||
*/
|
||||
|
||||
#pragma once
|
||||
|
||||
/*
|
||||
* network.h: network connection helper functions
|
||||
*/
|
||||
|
||||
@@ -10,6 +10,8 @@
|
||||
* See http://www.wtfpl.net/ for more details.
|
||||
*/
|
||||
|
||||
#pragma once
|
||||
|
||||
/*
|
||||
* sys.h: system-dependent initialisation
|
||||
*/
|
||||
|
||||
@@ -10,6 +10,8 @@
|
||||
* See http://www.wtfpl.net/ for more details.
|
||||
*/
|
||||
|
||||
#pragma once
|
||||
|
||||
/*
|
||||
* myfork.h: process handling functions
|
||||
*/
|
||||
|
||||
@@ -10,6 +10,8 @@
|
||||
* See http://www.wtfpl.net/ for more details.
|
||||
*/
|
||||
|
||||
#pragma once
|
||||
|
||||
/*
|
||||
* timer.h: timing functions
|
||||
*/
|
||||
|
||||
@@ -10,6 +10,8 @@
|
||||
* See http://www.wtfpl.net/ for more details.
|
||||
*/
|
||||
|
||||
#pragma once
|
||||
|
||||
/*
|
||||
* getopt.h: getopt_long reimplementation
|
||||
*/
|
||||
|
||||
@@ -10,6 +10,8 @@
|
||||
* See http://www.wtfpl.net/ for more details.
|
||||
*/
|
||||
|
||||
#pragma once
|
||||
|
||||
/*
|
||||
* hex.h: hexadecimal data dump
|
||||
*/
|
||||
|
||||
@@ -10,6 +10,8 @@
|
||||
* See http://www.wtfpl.net/ for more details.
|
||||
*/
|
||||
|
||||
#pragma once
|
||||
|
||||
/*
|
||||
* md5.h: MD5 computation
|
||||
*/
|
||||
|
||||
@@ -10,6 +10,8 @@
|
||||
* See http://www.wtfpl.net/ for more details.
|
||||
*/
|
||||
|
||||
#pragma once
|
||||
|
||||
/*
|
||||
* mutex.h: very simple spinlock routines
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user