Skip to content
Snippets Groups Projects
Commit 30704f2b authored by deuce's avatar deuce
Browse files

Borland and MS C are ancient creaking messes of poo.

parent c08857f6
Branches
Tags
No related merge requests found
......@@ -35,8 +35,9 @@
#define _CTERM_H_
#include <stdio.h> /* FILE* */
#if !(defined __BORLANDC__ || defined _MSC_VER)
#include <stdbool.h>
#ifndef __bool_true_false_are_defined
#else
#define bool int
enum { false, true };
#endif
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment