code review

git-svn-id: https://yap.svn.sf.net/svnroot/yap/trunk@1576 b08c6af1-5177-4d33-ba66-4b1c6b8b522a
This commit is contained in:
vsc
2006-03-24 16:26:31 +00:00
parent 8947654162
commit 8ed6f693bb
21 changed files with 195 additions and 185 deletions

View File

@@ -245,9 +245,9 @@ Yap_op_from_opcode(OPCODE opc)
#endif /* USE_THREADED_CODE */
#if defined(YAPOR) || defined(THREADS)
static int same_lu_block(yamop **, yamop *);
static inline int same_lu_block(yamop **, yamop *);
static int
static inline int
same_lu_block(yamop **paddr, yamop *p)
{
yamop *np = *paddr;