code review
git-svn-id: https://yap.svn.sf.net/svnroot/yap/trunk@1576 b08c6af1-5177-4d33-ba66-4b1c6b8b522a
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user