comment outdated typedef in libCuba.

This commit is contained in:
suter_a 2025-05-02 19:18:43 +02:00
parent f99f71a8db
commit 09f9782a31

View File

@ -324,7 +324,7 @@ if( fail == 0 && (t)->statefile && KEEPFILE == 0 ) unlink((t)->statefile)
#define Extern extern "C"
#else
#define Extern extern
typedef enum { false, true } bool;
//typedef enum { false, true } bool;
#endif
typedef const char cchar;