fix small EClipse complaints

This commit is contained in:
Vítor Santos Costa
2014-05-25 20:50:07 +01:00
parent 99ab3fb748
commit dee3774bbc
15 changed files with 65 additions and 73 deletions

View File

@@ -509,9 +509,9 @@ Yap_thread_self(void)
}
CELL
Yap_thread_create_engine(thread_attr *ops)
Yap_thread_create_engine(YAP_thread_attr *ops)
{
thread_attr opsv;
YAP_thread_attr opsv;
int new_id = allocate_new_tid();
Term t = TermNil;