From f80394a20254938142011855f2954b3f63fe5909 Mon Sep 17 00:00:00 2001 From: Daniel Lange Date: Tue, 15 Sep 2020 08:00:00 +0200 Subject: New upstream version 3.0.2 --- dragonflybsd/Platform.h | 7 ------- 1 file changed, 7 deletions(-) (limited to 'dragonflybsd/Platform.h') diff --git a/dragonflybsd/Platform.h b/dragonflybsd/Platform.h index c2684f3..83c14f5 100644 --- a/dragonflybsd/Platform.h +++ b/dragonflybsd/Platform.h @@ -1,5 +1,3 @@ -/* Do not edit this file. It was automatically generated. */ - #ifndef HEADER_Platform #define HEADER_Platform /* @@ -16,11 +14,6 @@ in the source distribution for its full text. extern ProcessFieldData Process_fields[]; - -#ifndef CLAMP -#define CLAMP(x,low,high) (((x)>(high))?(high):(((x)<(low))?(low):(x))) -#endif - extern ProcessField Platform_defaultFields[]; extern int Platform_numberOfFields; -- cgit v1.2.3