From afd49a5e2a919373446d8aeb3ebae7adbf66b7aa Mon Sep 17 00:00:00 2001 From: deuce <> Date: Sun, 16 Oct 2011 07:35:57 +0000 Subject: [PATCH] Remove hack which doesn't work with broken C99 environments. --- src/sbbs3/sbbs.h | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/sbbs3/sbbs.h b/src/sbbs3/sbbs.h index 2a2c113530..3752048bc0 100644 --- a/src/sbbs3/sbbs.h +++ b/src/sbbs3/sbbs.h @@ -104,10 +104,6 @@ extern int thread_suid_broken; /* NPTL is no longer broken */ #define XP_PC #define XP_WIN #endif -#ifndef __cplusplus - #include <stdbool.h> - #include <inttypes.h> -#endif #include <jsversion.h> #include <jsapi.h> #define JS_DestroyScript(cx,script) -- GitLab