Mutex stuff movibg to C

This commit is contained in:
Vítor Santos Costa
2014-11-27 10:02:04 +00:00
parent c9c2d7233c
commit a83ff038f4
22 changed files with 256 additions and 226 deletions

View File

@@ -54,7 +54,8 @@ typedef enum
EVALUATION_ERROR_UNDERFLOW,
EVALUATION_ERROR_ZERO_DIVISOR,
EXISTENCE_ERROR_ARRAY,
EXISTENCE_ERROR_KEY,
EXISTENCE_ERROR_KEY,
EXISTENCE_ERROR_MUTEX,
EXISTENCE_ERROR_SOURCE_SINK,
EXISTENCE_ERROR_STREAM,
EXISTENCE_ERROR_VARIABLE,
@@ -121,6 +122,7 @@ typedef enum
TYPE_ERROR_UBYTE,
TYPE_ERROR_UCHAR,
TYPE_ERROR_VARIABLE,
UNINSTANTIATION_ERROR,
UNKNOWN_ERROR
} yap_error_number;