Просмотр исходного кода

Flow control changes.

(Logical change 1.55)


git-svn-id: http://svn.fedorahosted.org/svn/corosync/trunk@186 fd59a12c-fef9-0310-b244-a6a79926bd2f
Steven Dake 21 лет назад
Родитель
Сommit
1066805247
1 измененных файлов с 2 добавлено и 0 удалено
  1. 2 0
      exec/main.h

+ 2 - 0
exec/main.h

@@ -32,6 +32,8 @@
  * THE POSSIBILITY OF SUCH DAMAGE.
  */
 
+#define TRUE 1
+#define FALSE 0
 #include <sys/un.h>
 #include "../include/ais_types.h"
 #include "poll.h"