make LOCAL a register

This commit is contained in:
Vitor Santos Costa
2010-02-10 09:22:20 +00:00
parent 0e85839517
commit 95e596a8a1
4 changed files with 6 additions and 6 deletions

View File

@@ -371,8 +371,6 @@ struct local_data{
#endif /* TABLING */
};
extern struct local_data *LOCAL;
#define LOCAL_lock (LOCAL->lock)
#define LOCAL_load (LOCAL->load)
#if THREADS