X-Git-Url: https://git.llucax.com/z.facultad/75.42/calculadora.git/blobdiff_plain/11d035577814211fdfc8ab091a28a02ad2c913cb..8f5992a5811ef292022a3ca3ac293c231e2b065b:/dllist.h diff --git a/dllist.h b/dllist.h index 10edb6c..674fbc3 100644 --- a/dllist.h +++ b/dllist.h @@ -17,11 +17,7 @@ #ifndef DLLIST_H #define DLLIST_H -/** Tipo de dato booleano. */ -typedef enum { - FALSE, /**< Falso. */ - TRUE /**< Verdadero. */ -} bool; +#include "bool.h" /** Nodo de la lista doblemente enlazada. */ typedef struct DLNodeStruct DLNode;